Skip to content

Commit

Permalink
Merge pull request google-research#158 from zhaoyongke/master
Browse files Browse the repository at this point in the history
Fix squad 2.0 dev data link
  • Loading branch information
jacobdevlin-google authored Nov 21, 2018
2 parents 4d4e26d + b32ebca commit 216d92a
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 216d92a

Please sign in to comment.