Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
lhoestq HF staff commited on
Commit
3483241
1 Parent(s): 2cabce6

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +140 -3
README.md CHANGED
@@ -34,8 +34,145 @@ train-eval-index:
34
  text: text
35
  answer_start: answer_start
36
  metrics:
37
- - type: squad
38
- name: SQuAD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ---
40
 
41
  # Dataset Card for adversarialQA
@@ -242,4 +379,4 @@ This dataset is distributed under [CC BY-SA 3.0](https://creativecommons.org/lic
242
  ```
243
  ### Contributions
244
 
245
- Thanks to [@maxbartolo](https://github.com/maxbartolo) for adding this dataset.
 
34
  text: text
35
  answer_start: answer_start
36
  metrics:
37
+ - type: squad
38
+ name: SQuAD
39
+ dataset_info:
40
+ - config_name: adversarialQA
41
+ features:
42
+ - name: id
43
+ dtype: string
44
+ - name: title
45
+ dtype: string
46
+ - name: context
47
+ dtype: string
48
+ - name: question
49
+ dtype: string
50
+ - name: answers
51
+ sequence:
52
+ - name: text
53
+ dtype: string
54
+ - name: answer_start
55
+ dtype: int32
56
+ - name: metadata
57
+ struct:
58
+ - name: split
59
+ dtype: string
60
+ - name: model_in_the_loop
61
+ dtype: string
62
+ splits:
63
+ - name: test
64
+ num_bytes: 2919643
65
+ num_examples: 3000
66
+ - name: train
67
+ num_bytes: 27858794
68
+ num_examples: 30000
69
+ - name: validation
70
+ num_bytes: 2757128
71
+ num_examples: 3000
72
+ download_size: 9018914
73
+ dataset_size: 33535565
74
+ - config_name: dbidaf
75
+ features:
76
+ - name: id
77
+ dtype: string
78
+ - name: title
79
+ dtype: string
80
+ - name: context
81
+ dtype: string
82
+ - name: question
83
+ dtype: string
84
+ - name: answers
85
+ sequence:
86
+ - name: text
87
+ dtype: string
88
+ - name: answer_start
89
+ dtype: int32
90
+ - name: metadata
91
+ struct:
92
+ - name: split
93
+ dtype: string
94
+ - name: model_in_the_loop
95
+ dtype: string
96
+ splits:
97
+ - name: test
98
+ num_bytes: 947111
99
+ num_examples: 1000
100
+ - name: train
101
+ num_bytes: 9282518
102
+ num_examples: 10000
103
+ - name: validation
104
+ num_bytes: 917943
105
+ num_examples: 1000
106
+ download_size: 9018914
107
+ dataset_size: 11147572
108
+ - config_name: dbert
109
+ features:
110
+ - name: id
111
+ dtype: string
112
+ - name: title
113
+ dtype: string
114
+ - name: context
115
+ dtype: string
116
+ - name: question
117
+ dtype: string
118
+ - name: answers
119
+ sequence:
120
+ - name: text
121
+ dtype: string
122
+ - name: answer_start
123
+ dtype: int32
124
+ - name: metadata
125
+ struct:
126
+ - name: split
127
+ dtype: string
128
+ - name: model_in_the_loop
129
+ dtype: string
130
+ splits:
131
+ - name: test
132
+ num_bytes: 971454
133
+ num_examples: 1000
134
+ - name: train
135
+ num_bytes: 9345557
136
+ num_examples: 10000
137
+ - name: validation
138
+ num_bytes: 918192
139
+ num_examples: 1000
140
+ download_size: 9018914
141
+ dataset_size: 11235203
142
+ - config_name: droberta
143
+ features:
144
+ - name: id
145
+ dtype: string
146
+ - name: title
147
+ dtype: string
148
+ - name: context
149
+ dtype: string
150
+ - name: question
151
+ dtype: string
152
+ - name: answers
153
+ sequence:
154
+ - name: text
155
+ dtype: string
156
+ - name: answer_start
157
+ dtype: int32
158
+ - name: metadata
159
+ struct:
160
+ - name: split
161
+ dtype: string
162
+ - name: model_in_the_loop
163
+ dtype: string
164
+ splits:
165
+ - name: test
166
+ num_bytes: 1005406
167
+ num_examples: 1000
168
+ - name: train
169
+ num_bytes: 9270719
170
+ num_examples: 10000
171
+ - name: validation
172
+ num_bytes: 925065
173
+ num_examples: 1000
174
+ download_size: 9018914
175
+ dataset_size: 11201190
176
  ---
177
 
178
  # Dataset Card for adversarialQA
 
379
  ```
380
  ### Contributions
381
 
382
+ Thanks to [@maxbartolo](https://github.com/maxbartolo) for adding this dataset.