Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
ArXiv:
Tags:
conversational-qa
License:
lhoestq HF staff commited on
Commit
aab93b0
1 Parent(s): 9ffb991

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -24,6 +24,31 @@ task_ids:
24
  paperswithcode_id: coqa
25
  tags:
26
  - conversational-qa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for "coqa"
 
24
  paperswithcode_id: coqa
25
  tags:
26
  - conversational-qa
27
+ dataset_info:
28
+ features:
29
+ - name: source
30
+ dtype: string
31
+ - name: story
32
+ dtype: string
33
+ - name: questions
34
+ sequence: string
35
+ - name: answers
36
+ sequence:
37
+ - name: input_text
38
+ dtype: string
39
+ - name: answer_start
40
+ dtype: int32
41
+ - name: answer_end
42
+ dtype: int32
43
+ splits:
44
+ - name: train
45
+ num_bytes: 17981459
46
+ num_examples: 7199
47
+ - name: validation
48
+ num_bytes: 1225518
49
+ num_examples: 500
50
+ download_size: 58092681
51
+ dataset_size: 19206977
52
  ---
53
 
54
  # Dataset Card for "coqa"