From cc7051dc592802f501e8a6f71f8fb3cf9de95dc9 Mon Sep 17 00:00:00 2001 From: Jacob Devlin Date: Thu, 17 Oct 2019 12:45:31 -0700 Subject: [PATCH] Updating XNLI paths --- multilingual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multilingual.md b/multilingual.md index 3b3837953..13842579f 100644 --- a/multilingual.md +++ b/multilingual.md @@ -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`