Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
badf790
1 Parent(s): 1dccac9

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +96 -1
README.md CHANGED
@@ -24,6 +24,101 @@ configs:
24
  - combined-csv
25
  - combined-json
26
  - split
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for NewsQA
@@ -301,4 +396,4 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
301
 
302
  ### Contributions
303
 
304
- Thanks to [@rsanjaykamath](https://github.com/rsanjaykamath) for adding this dataset.
 
24
  - combined-csv
25
  - combined-json
26
  - split
27
+ dataset_info:
28
+ - config_name: combined-csv
29
+ features:
30
+ - name: story_id
31
+ dtype: string
32
+ - name: story_text
33
+ dtype: string
34
+ - name: question
35
+ dtype: string
36
+ - name: answer_char_ranges
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 465942194
41
+ num_examples: 119633
42
+ download_size: 0
43
+ dataset_size: 465942194
44
+ - config_name: combined-json
45
+ features:
46
+ - name: storyId
47
+ dtype: string
48
+ - name: text
49
+ dtype: string
50
+ - name: type
51
+ dtype: string
52
+ - name: questions
53
+ sequence:
54
+ - name: q
55
+ dtype: string
56
+ - name: isAnswerAbsent
57
+ dtype: int32
58
+ - name: isQuestionBad
59
+ dtype: int32
60
+ - name: consensus
61
+ struct:
62
+ - name: s
63
+ dtype: int32
64
+ - name: e
65
+ dtype: int32
66
+ - name: badQuestion
67
+ dtype: bool
68
+ - name: noAnswer
69
+ dtype: bool
70
+ - name: answers
71
+ sequence:
72
+ - name: sourcerAnswers
73
+ sequence:
74
+ - name: s
75
+ dtype: int32
76
+ - name: e
77
+ dtype: int32
78
+ - name: badQuestion
79
+ dtype: bool
80
+ - name: noAnswer
81
+ dtype: bool
82
+ - name: validated_answers
83
+ sequence:
84
+ - name: s
85
+ dtype: int32
86
+ - name: e
87
+ dtype: int32
88
+ - name: badQuestion
89
+ dtype: bool
90
+ - name: noAnswer
91
+ dtype: bool
92
+ - name: count
93
+ dtype: int32
94
+ splits:
95
+ - name: train
96
+ num_bytes: 68667276
97
+ num_examples: 12744
98
+ download_size: 0
99
+ dataset_size: 68667276
100
+ - config_name: split
101
+ features:
102
+ - name: story_id
103
+ dtype: string
104
+ - name: story_text
105
+ dtype: string
106
+ - name: question
107
+ dtype: string
108
+ - name: answer_token_ranges
109
+ dtype: string
110
+ splits:
111
+ - name: test
112
+ num_bytes: 19763673
113
+ num_examples: 5126
114
+ - name: train
115
+ num_bytes: 362031288
116
+ num_examples: 92549
117
+ - name: validation
118
+ num_bytes: 19862778
119
+ num_examples: 5166
120
+ download_size: 0
121
+ dataset_size: 401657739
122
  ---
123
 
124
  # Dataset Card for NewsQA
 
396
 
397
  ### Contributions
398
 
399
+ Thanks to [@rsanjaykamath](https://github.com/rsanjaykamath) for adding this dataset.