Skip to content

Commit

Permalink
Merge branch 'main' into simplify-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoycoechea authored Apr 26, 2022
2 parents 20a985a + 2aa9d2c commit 98fda20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd Mask-Align/
Then, using [Conda](https://docs.conda.io/en/latest/index.html), run:

```bash
conda env update
conda env create
conda activate mask-align
```

Expand Down Expand Up @@ -98,3 +98,4 @@ The following four files are generated:
* `output-answers.txt`: the answers in Spanish (in plain text).
* `output-sentences.txt`: the sentences in Spanish (not tokenized).
* `newsqa-es.csv`: a new version of `newsqa_filtered.csv` which has the columns with the answers in Spanish.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mask-align
dependencies:
- csvkit=1.0.7
- csvkit=1
- cudatoolkit=10.2
- nltk=3.6.2
- numpy
Expand Down

0 comments on commit 98fda20

Please sign in to comment.