File size: 8,389 Bytes
4c39233
 
7e2fba3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f681dcc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c96a990
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fea18c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ce3b06f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11f054d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fa74e93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f20a319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c42428e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f3c078
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11f054d
4c39233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff74b8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b6d9c1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227c4d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dabf9d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
be2da13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4c39233
7e2fba3
 
 
 
f681dcc
 
 
 
c96a990
 
 
 
fea18c9
 
 
 
ce3b06f
 
 
 
11f054d
 
 
 
fa74e93
 
 
 
f20a319
 
 
 
c42428e
 
 
 
7f3c078
 
 
 
4c39233
 
 
 
ff74b8d
 
 
 
b6d9c1d
 
 
 
227c4d1
 
 
 
dabf9d8
 
 
 
be2da13
 
 
 
4c39233
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
---
dataset_info:
- config_name: 2wikimqa
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 5983772
    num_examples: 200
  download_size: 3589356
  dataset_size: 5983772
- config_name: gov_report
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 11594344
    num_examples: 200
  download_size: 5487211
  dataset_size: 11594344
- config_name: hotpotqa
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 11379928
    num_examples: 200
  download_size: 6595289
  dataset_size: 11379928
- config_name: lcc
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 6880925
    num_examples: 500
  download_size: 2344558
  dataset_size: 6880925
- config_name: multi_news
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 2716744
    num_examples: 200
  download_size: 1491984
  dataset_size: 2716744
- config_name: multifieldqa_en
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 4428569
    num_examples: 150
  download_size: 2298821
  dataset_size: 4428569
- config_name: musique
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 13965809
    num_examples: 200
  download_size: 8113082
  dataset_size: 13965809
- config_name: narrativeqa
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 21683074
    num_examples: 200
  download_size: 12712337
  dataset_size: 21683074
- config_name: passage_count
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 13418732
    num_examples: 200
  download_size: 4948964
  dataset_size: 13418732
- config_name: passage_retrieval_en
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 11235309
    num_examples: 200
  download_size: 7037100
  dataset_size: 11235309
- config_name: qasper
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 4793387
    num_examples: 200
  download_size: 2351116
  dataset_size: 4793387
- config_name: qmsum
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 11620702
    num_examples: 200
  download_size: 5195173
  dataset_size: 11620702
- config_name: repobench-p
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 24157395
    num_examples: 500
  download_size: 7751028
  dataset_size: 24157395
- config_name: samsum
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 6969491
    num_examples: 200
  download_size: 4110716
  dataset_size: 6969491
- config_name: trec
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: string
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 6201275
    num_examples: 200
  download_size: 2671986
  dataset_size: 6201275
- config_name: triviaqa
  features:
  - name: input
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list: string
  - name: length
    dtype: int64
  - name: dataset
    dtype: string
  - name: language
    dtype: string
  - name: all_classes
    list: 'null'
  - name: _id
    dtype: string
  splits:
  - name: test
    num_bytes: 10154200
    num_examples: 200
  download_size: 6282415
  dataset_size: 10154200
configs:
- config_name: 2wikimqa
  data_files:
  - split: test
    path: 2wikimqa/test-*
- config_name: gov_report
  data_files:
  - split: test
    path: gov_report/test-*
- config_name: hotpotqa
  data_files:
  - split: test
    path: hotpotqa/test-*
- config_name: lcc
  data_files:
  - split: test
    path: lcc/test-*
- config_name: multi_news
  data_files:
  - split: test
    path: multi_news/test-*
- config_name: multifieldqa_en
  data_files:
  - split: test
    path: multifieldqa_en/test-*
- config_name: musique
  data_files:
  - split: test
    path: musique/test-*
- config_name: narrativeqa
  data_files:
  - split: test
    path: narrativeqa/test-*
- config_name: passage_count
  data_files:
  - split: test
    path: passage_count/test-*
- config_name: passage_retrieval_en
  data_files:
  - split: test
    path: passage_retrieval_en/test-*
- config_name: qasper
  data_files:
  - split: test
    path: qasper/test-*
- config_name: qmsum
  data_files:
  - split: test
    path: qmsum/test-*
- config_name: repobench-p
  data_files:
  - split: test
    path: repobench-p/test-*
- config_name: samsum
  data_files:
  - split: test
    path: samsum/test-*
- config_name: trec
  data_files:
  - split: test
    path: trec/test-*
- config_name: triviaqa
  data_files:
  - split: test
    path: triviaqa/test-*
---