Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
conversational-qa
License:
Update files from the datasets library (from 1.2.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.2.0
coqa.py
CHANGED
@@ -23,8 +23,8 @@ _DESCRIPTION = """\
|
|
23 |
CoQA: A Conversational Question Answering Challenge
|
24 |
"""
|
25 |
|
26 |
-
_TRAIN_DATA_URL = "https://
|
27 |
-
_DEV_DATA_URL = "https://
|
28 |
|
29 |
|
30 |
class Coqa(datasets.GeneratorBasedBuilder):
|
|
|
23 |
CoQA: A Conversational Question Answering Challenge
|
24 |
"""
|
25 |
|
26 |
+
_TRAIN_DATA_URL = "https://nlp.stanford.edu/data/coqa/coqa-train-v1.0.json"
|
27 |
+
_DEV_DATA_URL = "https://nlp.stanford.edu/data/coqa/coqa-dev-v1.0.json"
|
28 |
|
29 |
|
30 |
class Coqa(datasets.GeneratorBasedBuilder):
|