Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Files changed (1) hide show
  1. coqa.py +2 -2
coqa.py CHANGED
@@ -29,8 +29,8 @@ _DESCRIPTION = """\
29
  CoQA: A Conversational Question Answering Challenge
30
  """
31
 
32
- _TRAIN_DATA_URL = "https://nlp.stanford.edu/data/coqa/coqa-train-v1.0.json"
33
- _DEV_DATA_URL = "https://nlp.stanford.edu/data/coqa/coqa-dev-v1.0.json"
34
 
35
 
36
  class Coqa(datasets.GeneratorBasedBuilder):
 
29
  CoQA: A Conversational Question Answering Challenge
30
  """
31
 
32
+ _TRAIN_DATA_URL = "https://downloads.cs.stanford.edu/nlp/data/coqa/coqa-train-v1.0.json"
33
+ _DEV_DATA_URL = "https://downloads.cs.stanford.edu/nlp/data/coqa/coqa-dev-v1.0.json"
34
 
35
 
36
  class Coqa(datasets.GeneratorBasedBuilder):