Skip to content

Commit 08b2272

Browse files
authored
examples: fix XNLI url (#9741)
1 parent 5f80c15 commit 08b2272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text-classification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This example code fine-tunes mBERT (multi-lingual BERT) on the XNLI dataset. It
147147
on a single tesla V100 16GB. The data for XNLI can be downloaded with the following links and should be both saved (and un-zipped) in a
148148
`$XNLI_DIR` directory.
149149

150-
* [XNLI 1.0](https://www.nyu.edu/projects/bowman/xnli/XNLI-1.0.zip)
150+
* [XNLI 1.0](https://cims.nyu.edu/~sbowman/xnli/XNLI-1.0.zip)
151151
* [XNLI-MT 1.0](https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip)
152152

153153
```bash

0 commit comments

Comments
 (0)