From b32ebca969e99f3cd0b2f1d59cd1adf2d883b14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E5=B1=85?= Date: Thu, 22 Nov 2018 00:29:44 +0800 Subject: [PATCH] Fix squad 2.0 dev data link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 263c41b1b..58d2e7544 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ To run on SQuAD 2.0, you will first need to download the dataset. The necessary files can be found here: * [train-v2.0.json](https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v2.0.json) -* [dev-v2.0.json](https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json) +* [dev-v2.0.json](https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v2.0.json) * [evaluate-v2.0.py](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/) Download these to some directory `$SQUAD_DIR`.