Skip to content

Commit

Permalink
Updating XNLI paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdevlin-google committed Oct 17, 2019
1 parent 88a817c commit cc7051d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multilingual.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ version of MultiNLI where the dev/test sets have been human-translated, and the
training set has been machine-translated.

To run the fine-tuning code, please download the
[XNLI dev/test set](https://s3.amazonaws.com/xnli/XNLI-1.0.zip) and the
[XNLI machine-translated training set](https://s3.amazonaws.com/xnli/XNLI-MT-1.0.zip)
[XNLI dev/test set](https://www.nyu.edu/projects/bowman/xnli/XNLI-1.0.zip) and the
[XNLI machine-translated training set](https://www.nyu.edu/projects/bowman/xnli/XNLI-MT-1.0.zip)
and then unpack both .zip files into some directory `$XNLI_DIR`.

To run fine-tuning on XNLI. The language is hard-coded into `run_classifier.py`
Expand Down

0 comments on commit cc7051d

Please sign in to comment.