Fix URLs
#1
by
OyvindTafjord
- opened
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://
|
51 |
-
"validation": "https://
|
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
|