Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system HF Staff commited on
Commit
404dd1d
·
1 Parent(s): e5cf57e

Update files from the datasets library (from 1.2.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.2.0

Files changed (1) hide show
  1. coqa.py +2 -2
coqa.py CHANGED
@@ -23,8 +23,8 @@ _DESCRIPTION = """\
23
  CoQA: A Conversational Question Answering Challenge
24
  """
25
 
26
- _TRAIN_DATA_URL = "https://datasets.stanford.edu/data/coqa/coqa-train-v1.0.json"
27
- _DEV_DATA_URL = "https://datasets.stanford.edu/data/coqa/coqa-dev-v1.0.json"
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):