File size: 8,279 Bytes
2b2149a
 
28225fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
af61bde
 
 
a0145b0
 
 
 
 
b331fbf
2b2149a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e7d5f98
 
 
6d50d76
 
 
 
 
b331fbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48f8f24
 
 
83376e6
 
 
 
 
843fda0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1904d13
 
 
e078946
 
 
 
 
3861651
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1b669ca
 
 
c42a346
 
 
 
 
a2d58cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55a75f8
 
 
474c0bb
 
 
 
 
616beb0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b4ce7c9
 
 
f5f963d
 
 
 
 
3ec0c29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f35a20e
 
 
a964659
 
 
 
 
232c576
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ce674c4
 
 
8544486
 
 
 
 
9571786
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5b5fb8a
 
 
665bfc5
 
 
 
 
407f454
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6288ed8
 
 
375ff71
 
 
 
 
4704965
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b9a9d24
 
 
5877c85
 
 
 
 
2b2149a
28225fc
 
 
 
af61bde
 
a0145b0
 
2b2149a
 
 
 
e7d5f98
 
6d50d76
 
b331fbf
 
 
 
48f8f24
 
83376e6
 
843fda0
 
 
 
1904d13
 
e078946
 
3861651
 
 
 
1b669ca
 
c42a346
 
a2d58cb
 
 
 
55a75f8
 
474c0bb
 
616beb0
 
 
 
b4ce7c9
 
f5f963d
 
3ec0c29
 
 
 
f35a20e
 
a964659
 
232c576
 
 
 
ce674c4
 
8544486
 
9571786
 
 
 
5b5fb8a
 
665bfc5
 
407f454
 
 
 
6288ed8
 
375ff71
 
4704965
 
 
 
b9a9d24
 
5877c85
 
a55dbd0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b2149a
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
454
455
---
dataset_info:
- config_name: as
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 252206
    num_examples: 103
  - name: validation
    num_bytes: 241529
    num_examples: 111
  - name: test
    num_bytes: 2820171
    num_examples: 1190
  download_size: 418478
  dataset_size: 3313906
- config_name: bn
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 256345
    num_examples: 103
  - name: validation
    num_bytes: 233683
    num_examples: 111
  - name: test
    num_bytes: 2987751
    num_examples: 1190
  download_size: 427442
  dataset_size: 3477779
- config_name: gu
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 263955
    num_examples: 103
  - name: validation
    num_bytes: 242906
    num_examples: 111
  - name: test
    num_bytes: 2831811
    num_examples: 1190
  download_size: 421243
  dataset_size: 3338672
- config_name: hi
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 254485
    num_examples: 103
  - name: validation
    num_bytes: 247561
    num_examples: 111
  - name: test
    num_bytes: 2928244
    num_examples: 1190
  download_size: 429063
  dataset_size: 3430290
- config_name: kn
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 279686
    num_examples: 103
  - name: validation
    num_bytes: 272085
    num_examples: 111
  - name: test
    num_bytes: 3092537
    num_examples: 1190
  download_size: 449413
  dataset_size: 3644308
- config_name: ml
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 304250
    num_examples: 103
  - name: validation
    num_bytes: 285258
    num_examples: 111
  - name: test
    num_bytes: 3371889
    num_examples: 1190
  download_size: 479421
  dataset_size: 3961397
- config_name: mr
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 258424
    num_examples: 103
  - name: validation
    num_bytes: 243709
    num_examples: 111
  - name: test
    num_bytes: 2904416
    num_examples: 1190
  download_size: 432761
  dataset_size: 3406549
- config_name: or
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 252762
    num_examples: 103
  - name: validation
    num_bytes: 248646
    num_examples: 111
  - name: test
    num_bytes: 2907088
    num_examples: 1190
  download_size: 425681
  dataset_size: 3408496
- config_name: pa
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 245981
    num_examples: 103
  - name: validation
    num_bytes: 238012
    num_examples: 111
  - name: test
    num_bytes: 2793735
    num_examples: 1190
  download_size: 421385
  dataset_size: 3277728
- config_name: ta
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 323222
    num_examples: 103
  - name: validation
    num_bytes: 291747
    num_examples: 111
  - name: test
    num_bytes: 3517317
    num_examples: 1190
  download_size: 470463
  dataset_size: 4132286
- config_name: te
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 260819
    num_examples: 103
  - name: validation
    num_bytes: 244230
    num_examples: 110
  - name: test
    num_bytes: 2958471
    num_examples: 1190
  download_size: 438680
  dataset_size: 3463520
- config_name: ur
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 159807
    num_examples: 103
  - name: validation
    num_bytes: 160321
    num_examples: 111
  - name: test
    num_bytes: 1803550
    num_examples: 1190
  download_size: 345375
  dataset_size: 2123678
configs:
- config_name: as
  data_files:
  - split: train
    path: as/train-*
  - split: validation
    path: as/validation-*
  - split: test
    path: as/test-*
- config_name: bn
  data_files:
  - split: train
    path: bn/train-*
  - split: validation
    path: bn/validation-*
  - split: test
    path: bn/test-*
- config_name: gu
  data_files:
  - split: train
    path: gu/train-*
  - split: validation
    path: gu/validation-*
  - split: test
    path: gu/test-*
- config_name: hi
  data_files:
  - split: train
    path: hi/train-*
  - split: validation
    path: hi/validation-*
  - split: test
    path: hi/test-*
- config_name: kn
  data_files:
  - split: train
    path: kn/train-*
  - split: validation
    path: kn/validation-*
  - split: test
    path: kn/test-*
- config_name: ml
  data_files:
  - split: train
    path: ml/train-*
  - split: validation
    path: ml/validation-*
  - split: test
    path: ml/test-*
- config_name: mr
  data_files:
  - split: train
    path: mr/train-*
  - split: validation
    path: mr/validation-*
  - split: test
    path: mr/test-*
- config_name: or
  data_files:
  - split: train
    path: or/train-*
  - split: validation
    path: or/validation-*
  - split: test
    path: or/test-*
- config_name: pa
  data_files:
  - split: train
    path: pa/train-*
  - split: validation
    path: pa/validation-*
  - split: test
    path: pa/test-*
- config_name: ta
  data_files:
  - split: train
    path: ta/train-*
  - split: validation
    path: ta/validation-*
  - split: test
    path: ta/test-*
- config_name: te
  data_files:
  - split: train
    path: te/train-*
  - split: validation
    path: te/validation-*
  - split: test
    path: te/test-*
- config_name: ur
  data_files:
  - split: train
    path: ur/train-*
  - split: validation
    path: ur/validation-*
  - split: test
    path: ur/test-*
license: cc-by-sa-4.0
task_categories:
- question-answering
language:
- bn
- gu
- hi
- kn
- ml
- mr
- ta
- te
- ur
- as
- or
- pa
size_categories:
- 10K<n<100K
---