File size: 15,077 Bytes
87bb476
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ab6df73
87bb476
 
 
 
 
5c57d62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87bb476
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
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
---
annotations_creators:
- expert-generated
language_creators:
- expert-generated
# language:
# - az
# - be
# - en
# - es
# - fr
# - gl
# - he
# - it
# - pt
# - ru
# - tr
# license:
# - cc-by-nc-nd-4.0
multilinguality:
- translation
task_categories:
- translation
size_categories:
- "1997"
configs:
  - config_name: afr_Latn
    data_files:
      - split: test
        path: data/afr_Latn/newstest2019-ref.afr.txt
  - config_name: amh_Ethi
    data_files:
      - split: test
        path: data/amh_Ethi/newstest2019-ref.amh.txt
  - config_name: arb_Arab
    data_files:
      - split: test
        path: data/arb_Arab/newstest2019-ref.arb.txt
  - config_name: aze_Latn
    data_files:
      - split: test
        path: data/aze_Latn/newstest2019-ref.aze.txt
  - config_name: bak_Cyrl
    data_files:
      - split: test
        path: data/bak_Cyrl/newstest2019-ref.bak.txt
  - config_name: bel_Cyrl
    data_files:
      - split: test
        path: data/bel_Cyrl/newstest2019-ref.bel.txt
  - config_name: bem_Latn
    data_files:
      - split: test
        path: data/bem_Latn/newstest2019-ref.bem.txt
  - config_name: ben_Beng
    data_files:
      - split: test
        path: data/ben_Beng/newstest2019-ref.ben.txt
  - config_name: bod_Tibt
    data_files:
      - split: test
        path: data/bod_Tibt/newstest2019-ref.bod.txt
  - config_name: bos_Latn
    data_files:
      - split: test
        path: data/bos_Latn/newstest2019-ref.bos.txt
  - config_name: bul_Cyrl
    data_files:
      - split: test
        path: data/bul_Cyrl/newstest2019-ref.bul.txt
  - config_name: cat_Latn
    data_files:
      - split: test
        path: data/cat_Latn/newstest2019-ref.cat.txt
  - config_name: ces_Latn
    data_files:
      - split: test
        path: data/ces_Latn/newstest2019-ref.ces.txt
  - config_name: ckb_Arab
    data_files:
      - split: test
        path: data/ckb_Arab/newstest2019-ref.ckb.txt
  - config_name: cym_Latn
    data_files:
      - split: test
        path: data/cym_Latn/newstest2019-ref.cym.txt
  - config_name: dan_Latn
    data_files:
      - split: test
        path: data/dan_Latn/newstest2019-ref.dan.txt
  - config_name: deu_Latn
    data_files:
      - split: test
        path: data/deu_Latn/newstest2019-ref.deu.txt
  - config_name: div_Thaa
    data_files:
      - split: test
        path: data/div_Thaa/newstest2019-ref.div.txt
  - config_name: dzo_Tibt
    data_files:
      - split: test
        path: data/dzo_Tibt/newstest2019-ref.dzo.txt
  - config_name: ell_Grek
    data_files:
      - split: test
        path: data/ell_Grek/newstest2019-ref.ell.txt
  - config_name: eng-GB_Latn
    data_files:
      - split: test
        path: data/eng-GB_Latn/newstest2019-ref.eng-GB.txt
  - config_name: eng-IN_Latn
    data_files:
      - split: test
        path: data/eng-IN_Latn/newstest2019-ref.eng-IN.txt
  - config_name: eng-US_Latn
    data_files:
      - split: test
        path: data/eng-US_Latn/newstest2019-ref.eng-US.txt
  - config_name: eng_Latn
    data_files:
      - split: test
        path: data/eng_Latn/newstest2019-ref.eng.txt
  - config_name: est_Latn
    data_files:
      - split: test
        path: data/est_Latn/newstest2019-ref.est.txt
  - config_name: eus_Latn
    data_files:
      - split: test
        path: data/eus_Latn/newstest2019-ref.eus.txt
  - config_name: ewe_Latn
    data_files:
      - split: test
        path: data/ewe_Latn/newstest2019-ref.ewe.txt
  - config_name: fao_Latn
    data_files:
      - split: test
        path: data/fao_Latn/newstest2019-ref.fao.txt
  - config_name: fas_Arab
    data_files:
      - split: test
        path: data/fas_Arab/newstest2019-ref.fas.txt
  - config_name: fij_Latn
    data_files:
      - split: test
        path: data/fij_Latn/newstest2019-ref.fij.txt
  - config_name: fil_Latn
    data_files:
      - split: test
        path: data/fil_Latn/newstest2019-ref.fil.txt
  - config_name: fin_Latn
    data_files:
      - split: test
        path: data/fin_Latn/newstest2019-ref.fin.txt
  - config_name: fra-CA_Latn
    data_files:
      - split: test
        path: data/fra-CA_Latn/newstest2019-ref.fra-CA.txt
  - config_name: fra_Latn
    data_files:
      - split: test
        path: data/fra_Latn/newstest2019-ref.fra.txt
  - config_name: fuc_Latn
    data_files:
      - split: test
        path: data/fuc_Latn/newstest2019-ref.fuc.txt
  - config_name: gle_Latn
    data_files:
      - split: test
        path: data/gle_Latn/newstest2019-ref.gle.txt
  - config_name: glg_Latn
    data_files:
      - split: test
        path: data/glg_Latn/newstest2019-ref.glg.txt
  - config_name: guj_Gujr
    data_files:
      - split: test
        path: data/guj_Gujr/newstest2019-ref.guj.txt
  - config_name: hau_Latn
    data_files:
      - split: test
        path: data/hau_Latn/newstest2019-ref.hau.txt
  - config_name: heb_Hebr
    data_files:
      - split: test
        path: data/heb_Hebr/newstest2019-ref.heb.txt
  - config_name: hin_Deva
    data_files:
      - split: test
        path: data/hin_Deva/newstest2019-ref.hin.txt
  - config_name: hmn_Latn
    data_files:
      - split: test
        path: data/hmn_Latn/newstest2019-ref.hmn.txt
  - config_name: hrv_Latn
    data_files:
      - split: test
        path: data/hrv_Latn/newstest2019-ref.hrv.txt
  - config_name: hun_Latn
    data_files:
      - split: test
        path: data/hun_Latn/newstest2019-ref.hun.txt
  - config_name: hye_Armn
    data_files:
      - split: test
        path: data/hye_Armn/newstest2019-ref.hye.txt
  - config_name: ibo_Latn
    data_files:
      - split: test
        path: data/ibo_Latn/newstest2019-ref.ibo.txt
  - config_name: ind_Latn
    data_files:
      - split: test
        path: data/ind_Latn/newstest2019-ref.ind.txt
  - config_name: isl_Latn
    data_files:
      - split: test
        path: data/isl_Latn/newstest2019-ref.isl.txt
  - config_name: ita_Latn
    data_files:
      - split: test
        path: data/ita_Latn/newstest2019-ref.ita.txt
  - config_name: jpn_Jpan
    data_files:
      - split: test
        path: data/jpn_Jpan/newstest2019-ref.jpn.txt
  - config_name: kan_Knda
    data_files:
      - split: test
        path: data/kan_Knda/newstest2019-ref.kan.txt
  - config_name: kat_Geor
    data_files:
      - split: test
        path: data/kat_Geor/newstest2019-ref.kat.txt
  - config_name: kaz_Cyrl
    data_files:
      - split: test
        path: data/kaz_Cyrl/newstest2019-ref.kaz.txt
  - config_name: khm_Khmr
    data_files:
      - split: test
        path: data/khm_Khmr/newstest2019-ref.khm.txt
  - config_name: kin_Latn
    data_files:
      - split: test
        path: data/kin_Latn/newstest2019-ref.kin.txt
  - config_name: kir_Cyrl
    data_files:
      - split: test
        path: data/kir_Cyrl/newstest2019-ref.kir.txt
  - config_name: kmr_Latn
    data_files:
      - split: test
        path: data/kmr_Latn/newstest2019-ref.kmr.txt
  - config_name: kor_Hang
    data_files:
      - split: test
        path: data/kor_Hang/newstest2019-ref.kor.txt
  - config_name: lao_Laoo
    data_files:
      - split: test
        path: data/lao_Laoo/newstest2019-ref.lao.txt
  - config_name: lav_Latn
    data_files:
      - split: test
        path: data/lav_Latn/newstest2019-ref.lav.txt
  - config_name: lit_Latn
    data_files:
      - split: test
        path: data/lit_Latn/newstest2019-ref.lit.txt
  - config_name: ltz_Latn
    data_files:
      - split: test
        path: data/ltz_Latn/newstest2019-ref.ltz.txt
  - config_name: mal_Mlym
    data_files:
      - split: test
        path: data/mal_Mlym/newstest2019-ref.mal.txt
  - config_name: mar_Deva
    data_files:
      - split: test
        path: data/mar_Deva/newstest2019-ref.mar.txt
  - config_name: mey_Arab
    data_files:
      - split: test
        path: data/mey_Arab/newstest2019-ref.mey.txt
  - config_name: mkd_Cyrl
    data_files:
      - split: test
        path: data/mkd_Cyrl/newstest2019-ref.mkd.txt
  - config_name: mlg_Latn
    data_files:
      - split: test
        path: data/mlg_Latn/newstest2019-ref.mlg.txt
  - config_name: mlt_Latn
    data_files:
      - split: test
        path: data/mlt_Latn/newstest2019-ref.mlt.txt
  - config_name: mon_Mong
    data_files:
      - split: test
        path: data/mon_Mong/newstest2019-ref.mon.txt
  - config_name: mri_Latn
    data_files:
      - split: test
        path: data/mri_Latn/newstest2019-ref.mri.txt
  - config_name: msa_Latn
    data_files:
      - split: test
        path: data/msa_Latn/newstest2019-ref.msa.txt
  - config_name: mya_Mymr
    data_files:
      - split: test
        path: data/mya_Mymr/newstest2019-ref.mya.txt
  - config_name: nde_Latn
    data_files:
      - split: test
        path: data/nde_Latn/newstest2019-ref.nde.txt
  - config_name: nep_Deva
    data_files:
      - split: test
        path: data/nep_Deva/newstest2019-ref.nep.txt
  - config_name: nld_Latn
    data_files:
      - split: test
        path: data/nld_Latn/newstest2019-ref.nld.txt
  - config_name: nno_Latn
    data_files:
      - split: test
        path: data/nno_Latn/newstest2019-ref.nno.txt
  - config_name: nob_Latn
    data_files:
      - split: test
        path: data/nob_Latn/newstest2019-ref.nob.txt
  - config_name: nso_Latn
    data_files:
      - split: test
        path: data/nso_Latn/newstest2019-ref.nso.txt
  - config_name: nya_Latn
    data_files:
      - split: test
        path: data/nya_Latn/newstest2019-ref.nya.txt
  - config_name: orm_Ethi
    data_files:
      - split: test
        path: data/orm_Ethi/newstest2019-ref.orm.txt
  - config_name: pan_Guru
    data_files:
      - split: test
        path: data/pan_Guru/newstest2019-ref.pan.txt
  - config_name: pol_Latn
    data_files:
      - split: test
        path: data/pol_Latn/newstest2019-ref.pol.txt
  - config_name: por-BR_Latn
    data_files:
      - split: test
        path: data/por-BR_Latn/newstest2019-ref.por-BR.txt
  - config_name: por_Latn
    data_files:
      - split: test
        path: data/por_Latn/newstest2019-ref.por.txt
  - config_name: prs_Arab
    data_files:
      - split: test
        path: data/prs_Arab/newstest2019-ref.prs.txt
  - config_name: pus_Arab
    data_files:
      - split: test
        path: data/pus_Arab/newstest2019-ref.pus.txt
  - config_name: ron_Latn
    data_files:
      - split: test
        path: data/ron_Latn/newstest2019-ref.ron.txt
  - config_name: rus_Cyrl
    data_files:
      - split: test
        path: data/rus_Cyrl/newstest2019-ref.rus.txt
  - config_name: shi_Arab
    data_files:
      - split: test
        path: data/shi_Arab/newstest2019-ref.shi.txt
  - config_name: sin_Sinh
    data_files:
      - split: test
        path: data/sin_Sinh/newstest2019-ref.sin.txt
  - config_name: slk_Latn
    data_files:
      - split: test
        path: data/slk_Latn/newstest2019-ref.slk.txt
  - config_name: slv_Latn
    data_files:
      - split: test
        path: data/slv_Latn/newstest2019-ref.slv.txt
  - config_name: smo_Latn
    data_files:
      - split: test
        path: data/smo_Latn/newstest2019-ref.smo.txt
  - config_name: sna_Latn
    data_files:
      - split: test
        path: data/sna_Latn/newstest2019-ref.sna.txt
  - config_name: snd_Arab
    data_files:
      - split: test
        path: data/snd_Arab/newstest2019-ref.snd.txt
  - config_name: som_Latn
    data_files:
      - split: test
        path: data/som_Latn/newstest2019-ref.som.txt
  - config_name: spa-MX_Latn
    data_files:
      - split: test
        path: data/spa-MX_Latn/newstest2019-ref.spa-MX.txt
  - config_name: spa_Latn
    data_files:
      - split: test
        path: data/spa_Latn/newstest2019-ref.spa.txt
  - config_name: sqi_Latn
    data_files:
      - split: test
        path: data/sqi_Latn/newstest2019-ref.sqi.txt
  - config_name: srp_Cyrl
    data_files:
      - split: test
        path: data/srp_Cyrl/newstest2019-ref.srp.txt
  - config_name: srp_Latn
    data_files:
      - split: test
        path: data/srp_Latn/newstest2019-ref.srp.txt
  - config_name: ssw_Latn
    data_files:
      - split: test
        path: data/ssw_Latn/newstest2019-ref.ssw.txt
  - config_name: swa_Latn
    data_files:
      - split: test
        path: data/swa_Latn/newstest2019-ref.swa.txt
  - config_name: swe_Latn
    data_files:
      - split: test
        path: data/swe_Latn/newstest2019-ref.swe.txt
  - config_name: tah_Latn
    data_files:
      - split: test
        path: data/tah_Latn/newstest2019-ref.tah.txt
  - config_name: tam_Taml
    data_files:
      - split: test
        path: data/tam_Taml/newstest2019-ref.tam.txt
  - config_name: tat_Cyrl
    data_files:
      - split: test
        path: data/tat_Cyrl/newstest2019-ref.tat.txt
  - config_name: tel_Telu
    data_files:
      - split: test
        path: data/tel_Telu/newstest2019-ref.tel.txt
  - config_name: tgk_Cyrl
    data_files:
      - split: test
        path: data/tgk_Cyrl/newstest2019-ref.tgk.txt
  - config_name: tha_Thai
    data_files:
      - split: test
        path: data/tha_Thai/newstest2019-ref.tha.txt
  - config_name: tir_Ethi
    data_files:
      - split: test
        path: data/tir_Ethi/newstest2019-ref.tir.txt
  - config_name: ton_Latn
    data_files:
      - split: test
        path: data/ton_Latn/newstest2019-ref.ton.txt
  - config_name: tsn_Latn
    data_files:
      - split: test
        path: data/tsn_Latn/newstest2019-ref.tsn.txt
  - config_name: tuk_Latn
    data_files:
      - split: test
        path: data/tuk_Latn/newstest2019-ref.tuk.txt
  - config_name: tur_Latn
    data_files:
      - split: test
        path: data/tur_Latn/newstest2019-ref.tur.txt
  - config_name: uig_Arab
    data_files:
      - split: test
        path: data/uig_Arab/newstest2019-ref.uig.txt
  - config_name: ukr_Cyrl
    data_files:
      - split: test
        path: data/ukr_Cyrl/newstest2019-ref.ukr.txt
  - config_name: urd_Arab
    data_files:
      - split: test
        path: data/urd_Arab/newstest2019-ref.urd.txt
  - config_name: uzb_Latn
    data_files:
      - split: test
        path: data/uzb_Latn/newstest2019-ref.uzb.txt
  - config_name: ven_Latn
    data_files:
      - split: test
        path: data/ven_Latn/newstest2019-ref.ven.txt
  - config_name: vie_Latn
    data_files:
      - split: test
        path: data/vie_Latn/newstest2019-ref.vie.txt
  - config_name: wol_Latn
    data_files:
      - split: test
        path: data/wol_Latn/newstest2019-ref.wol.txt
  - config_name: xho_Latn
    data_files:
      - split: test
        path: data/xho_Latn/newstest2019-ref.xho.txt
  - config_name: yor_Latn
    data_files:
      - split: test
        path: data/yor_Latn/newstest2019-ref.yor.txt
  - config_name: yue_Hant
    data_files:
      - split: test
        path: data/yue_Hant/newstest2019-ref.yue.txt
  - config_name: zho_Hans
    data_files:
      - split: test
        path: data/zho_Hans/newstest2019-ref.zho.txt
  - config_name: zho_Hant
    data_files:
      - split: test
        path: data/zho_Hant/newstest2019-ref.zho.txt
  - config_name: zul_Latn
    data_files:
      - split: test
        path: data/zul_Latn/newstest2019-ref.zul.txt
---