Skip to content

Commit

Permalink
Fix squad 2.0 dev data link
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongke committed Nov 21, 2018
1 parent 4d4e26d commit b32ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b32ebca

Please sign in to comment.