Datasets:

Languages:
English
ArXiv:
License:
hails OyvindTafjord commited on
Commit
812e604
1 Parent(s): 4e3375f

Fix URLs (#1)

Browse files

- Fix URLs (970a024a16bfabb46928f2f4113b5ba770673087)


Co-authored-by: Oyvind Tafjord <[email protected]>

Files changed (1) hide show
  1. coqa.py +2 -2
coqa.py CHANGED
@@ -47,8 +47,8 @@ _HOMEPAGE = "https://stanfordnlp.github.io/coqa/"
47
  _LICENSE = "Different licenses depending on the content (see https://stanfordnlp.github.io/coqa/ for details)"
48
 
49
  _URLS = {
50
- "train": "https://nlp.stanford.edu/data/coqa/coqa-train-v1.0.json",
51
- "validation": "https://nlp.stanford.edu/data/coqa/coqa-dev-v1.0.json",
52
  }
53
 
54
  # `additional_answers` are not available in the train set so we fill them with
 
47
  _LICENSE = "Different licenses depending on the content (see https://stanfordnlp.github.io/coqa/ for details)"
48
 
49
  _URLS = {
50
+ "train": "https://downloads.cs.stanford.edu/nlp/data/coqa/coqa-train-v1.0.json",
51
+ "validation": "https://downloads.cs.stanford.edu/nlp/data/coqa/coqa-dev-v1.0.json",
52
  }
53
 
54
  # `additional_answers` are not available in the train set so we fill them with