Skip to content

Commit 00c1317

Browse files
authored
[Security] Fix dangling s3 bucket (#531)
1 parent bd4f6fe commit 00c1317

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

models/tensorflow/google_bert/multilingual.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ To test the new models, we did modify `run_classifier.py` to add support for the
9898
version of MultiNLI where the dev/test sets have been human-translated, and the
9999
training set has been machine-translated.
100100

101-
To run the fine-tuning code, please download the
102-
[XNLI dev/test set](https://s3.amazonaws.com/xnli/XNLI-1.0.zip) and the
103-
[XNLI machine-translated training set](https://s3.amazonaws.com/xnli/XNLI-MT-1.0.zip)
104-
and then unpack both .zip files into some directory `$XNLI_DIR`.
101+
To run the fine-tuning code, Refer to [Download XNLI dataset](https://github.com/facebookresearch/XNLI?tab=readme-ov-file#download).
102+
After downloading, extract both .zip files into a specified directory named `$XNLI_DIR`.
105103

106104
To run fine-tuning on XNLI. The language is hard-coded into `run_classifier.py`
107105
(Chinese by default), so please modify `XnliProcessor` if you want to run on

0 commit comments

Comments
 (0)