File size: 7,314 Bytes
507ee55
 
16b778a
 
 
 
 
 
 
 
8088b62
16b778a
8088b62
 
38bcb29
 
 
 
 
 
 
 
354b8b3
38bcb29
354b8b3
 
a167ab3
 
 
 
 
 
 
 
fd005d4
a167ab3
fd005d4
 
884b735
507ee55
 
 
 
 
 
 
1aab1a8
507ee55
1aab1a8
 
c50bb9a
 
 
 
 
 
 
 
9af50dc
c50bb9a
9af50dc
 
de6da12
 
 
 
 
 
 
 
ae0e9cc
de6da12
ae0e9cc
 
328a53f
 
 
 
 
 
 
 
4da8514
328a53f
4da8514
 
6618c3b
 
 
 
 
 
 
 
faa5cdb
6618c3b
faa5cdb
 
24101f9
 
 
 
 
 
 
 
edb6e62
24101f9
edb6e62
 
1020255
 
 
 
 
 
 
 
1d0b22c
1020255
1d0b22c
 
185d6a5
 
 
 
 
 
 
 
abb7104
185d6a5
abb7104
 
b4eba09
 
 
 
 
 
 
 
048e677
b4eba09
048e677
 
4b6e469
 
 
 
 
 
 
 
72abfdd
4b6e469
72abfdd
 
8e9dd95
 
 
 
 
 
 
 
2862256
8e9dd95
2862256
 
df2ed17
 
 
 
 
 
 
 
4898674
df2ed17
4898674
 
7243045
 
 
 
 
 
 
 
55950b2
7243045
55950b2
 
bc96e4a
 
 
 
 
 
 
 
1add5e9
bc96e4a
1add5e9
 
de32714
 
 
 
 
 
 
 
0c742cf
de32714
0c742cf
 
4b6df28
 
 
 
 
 
 
 
7f96040
4b6df28
7f96040
 
cc9d81f
 
 
 
 
 
 
 
dc31e62
cc9d81f
dc31e62
 
fd7aaa5
 
 
 
 
 
 
 
e08883b
fd7aaa5
e08883b
 
5d544d2
 
 
 
 
 
 
 
5a61b64
5d544d2
5a61b64
 
6700320
 
 
 
 
 
 
 
e2530b4
6700320
e2530b4
 
1c02942
 
 
 
 
 
 
 
1c7461c
1c02942
1c7461c
 
884b735
 
 
 
 
 
 
 
be0b85b
884b735
be0b85b
 
507ee55
16b778a
 
 
 
38bcb29
 
 
 
a167ab3
 
 
 
507ee55
 
 
 
c50bb9a
 
 
 
de6da12
 
 
 
328a53f
 
 
 
6618c3b
 
 
 
24101f9
 
 
 
1020255
 
 
 
185d6a5
 
 
 
b4eba09
 
 
 
4b6e469
 
 
 
8e9dd95
 
 
 
df2ed17
 
 
 
7243045
 
 
 
bc96e4a
 
 
 
de32714
 
 
 
4b6df28
 
 
 
cc9d81f
 
 
 
fd7aaa5
 
 
 
5d544d2
 
 
 
6700320
 
 
 
1c02942
 
 
 
884b735
 
 
 
507ee55
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
---
dataset_info:
- config_name: af
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 217399
    num_examples: 701
  download_size: 85723
  dataset_size: 217399
- config_name: ar
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 266612
    num_examples: 701
  download_size: 100677
  dataset_size: 266612
- config_name: de
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 227269
    num_examples: 701
  download_size: 94094
  dataset_size: 227269
- config_name: en
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 209941
    num_examples: 701
  download_size: 82254
  dataset_size: 209941
- config_name: es
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 229543
    num_examples: 701
  download_size: 94157
  dataset_size: 229543
- config_name: fr
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 232358
    num_examples: 701
  download_size: 95746
  dataset_size: 232358
- config_name: ga
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 229032
    num_examples: 701
  download_size: 90593
  dataset_size: 229032
- config_name: gu
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 348118
    num_examples: 701
  download_size: 119954
  dataset_size: 348118
- config_name: ha
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 217996
    num_examples: 701
  download_size: 83930
  dataset_size: 217996
- config_name: hi
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 353011
    num_examples: 701
  download_size: 119441
  dataset_size: 353011
- config_name: id
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 217833
    num_examples: 701
  download_size: 82530
  dataset_size: 217833
- config_name: ig
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 229394
    num_examples: 701
  download_size: 85924
  dataset_size: 229394
- config_name: is
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 219237
    num_examples: 701
  download_size: 88401
  dataset_size: 219237
- config_name: it
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 227929
    num_examples: 701
  download_size: 94210
  dataset_size: 227929
- config_name: kk
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 292068
    num_examples: 701
  download_size: 109926
  dataset_size: 292068
- config_name: ky
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 292616
    num_examples: 701
  download_size: 112166
  dataset_size: 292616
- config_name: lo
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 368993
    num_examples: 701
  download_size: 128045
  dataset_size: 368993
- config_name: mt
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 225261
    num_examples: 701
  download_size: 92271
  dataset_size: 225261
- config_name: ny
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 222133
    num_examples: 701
  download_size: 86032
  dataset_size: 222133
- config_name: pt
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 221216
    num_examples: 701
  download_size: 89359
  dataset_size: 221216
- config_name: ru
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 302336
    num_examples: 701
  download_size: 121391
  dataset_size: 302336
- config_name: si
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 362299
    num_examples: 701
  download_size: 128484
  dataset_size: 362299
- config_name: tr
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 221685
    num_examples: 701
  download_size: 89092
  dataset_size: 221685
- config_name: vi
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 246347
    num_examples: 701
  download_size: 95592
  dataset_size: 246347
- config_name: zh
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 204232
    num_examples: 701
  download_size: 83816
  dataset_size: 204232
configs:
- config_name: af
  data_files:
  - split: train
    path: af/train-*
- config_name: ar
  data_files:
  - split: train
    path: ar/train-*
- config_name: de
  data_files:
  - split: train
    path: de/train-*
- config_name: en
  data_files:
  - split: train
    path: en/train-*
- config_name: es
  data_files:
  - split: train
    path: es/train-*
- config_name: fr
  data_files:
  - split: train
    path: fr/train-*
- config_name: ga
  data_files:
  - split: train
    path: ga/train-*
- config_name: gu
  data_files:
  - split: train
    path: gu/train-*
- config_name: ha
  data_files:
  - split: train
    path: ha/train-*
- config_name: hi
  data_files:
  - split: train
    path: hi/train-*
- config_name: id
  data_files:
  - split: train
    path: id/train-*
- config_name: ig
  data_files:
  - split: train
    path: ig/train-*
- config_name: is
  data_files:
  - split: train
    path: is/train-*
- config_name: it
  data_files:
  - split: train
    path: it/train-*
- config_name: kk
  data_files:
  - split: train
    path: kk/train-*
- config_name: ky
  data_files:
  - split: train
    path: ky/train-*
- config_name: lo
  data_files:
  - split: train
    path: lo/train-*
- config_name: mt
  data_files:
  - split: train
    path: mt/train-*
- config_name: ny
  data_files:
  - split: train
    path: ny/train-*
- config_name: pt
  data_files:
  - split: train
    path: pt/train-*
- config_name: ru
  data_files:
  - split: train
    path: ru/train-*
- config_name: si
  data_files:
  - split: train
    path: si/train-*
- config_name: tr
  data_files:
  - split: train
    path: tr/train-*
- config_name: vi
  data_files:
  - split: train
    path: vi/train-*
- config_name: zh
  data_files:
  - split: train
    path: zh/train-*
---