Update coqa.py
Browse files
coqa.py
CHANGED
|
@@ -44,8 +44,7 @@ appear in a conversation.
|
|
| 44 |
|
| 45 |
_HOMEPAGE = "https://stanfordnlp.github.io/coqa/"
|
| 46 |
|
| 47 |
-
|
| 48 |
-
_LICENSE = ""
|
| 49 |
|
| 50 |
_URLS = {
|
| 51 |
"train": "https://nlp.stanford.edu/data/coqa/coqa-train-v1.0.json",
|
|
|
|
| 44 |
|
| 45 |
_HOMEPAGE = "https://stanfordnlp.github.io/coqa/"
|
| 46 |
|
| 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",
|