From 08b22722c7c7ef85f3bcb9d55a6afd0fa0338b65 Mon Sep 17 00:00:00 2001 From: Stefan Schweter Date: Fri, 22 Jan 2021 13:43:52 +0100 Subject: [PATCH] examples: fix XNLI url (#9741) --- examples/text-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text-classification/README.md b/examples/text-classification/README.md index d3d0cca3ae..672644bde5 100644 --- a/examples/text-classification/README.md +++ b/examples/text-classification/README.md @@ -147,7 +147,7 @@ This example code fine-tunes mBERT (multi-lingual BERT) on the XNLI dataset. It 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 `$XNLI_DIR` directory. -* [XNLI 1.0](https://www.nyu.edu/projects/bowman/xnli/XNLI-1.0.zip) +* [XNLI 1.0](https://cims.nyu.edu/~sbowman/xnli/XNLI-1.0.zip) * [XNLI-MT 1.0](https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip) ```bash