hgissbkh commited on
Commit
ff9f3e1
·
verified ·
1 Parent(s): f007477

Upload dataset

Browse files
README.md CHANGED
@@ -296,6 +296,115 @@ dataset_info:
296
  num_examples: 497
297
  download_size: 4606586
298
  dataset_size: 19026597
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  configs:
300
  - config_name: mlqa
301
  data_files:
@@ -445,4 +554,68 @@ configs:
445
  path: pos/test.ru-*
446
  - split: test.th
447
  path: pos/test.th-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
448
  ---
 
296
  num_examples: 497
297
  download_size: 4606586
298
  dataset_size: 19026597
299
+ - config_name: xnli
300
+ features:
301
+ - name: premise
302
+ dtype: string
303
+ - name: hypothesis
304
+ dtype: string
305
+ - name: label
306
+ dtype:
307
+ class_label:
308
+ names:
309
+ '0': entailment
310
+ '1': neutral
311
+ '2': contradiction
312
+ splits:
313
+ - name: train
314
+ num_bytes: 74444026
315
+ num_examples: 392702
316
+ - name: validation.en
317
+ num_bytes: 433463
318
+ num_examples: 2490
319
+ - name: validation.ar
320
+ num_bytes: 633001
321
+ num_examples: 2490
322
+ - name: validation.bg
323
+ num_bytes: 774061
324
+ num_examples: 2490
325
+ - name: validation.de
326
+ num_bytes: 494604
327
+ num_examples: 2490
328
+ - name: validation.el
329
+ num_bytes: 841226
330
+ num_examples: 2490
331
+ - name: validation.es
332
+ num_bytes: 478422
333
+ num_examples: 2490
334
+ - name: validation.fr
335
+ num_bytes: 510104
336
+ num_examples: 2490
337
+ - name: validation.hi
338
+ num_bytes: 1023915
339
+ num_examples: 2490
340
+ - name: validation.ru
341
+ num_bytes: 786442
342
+ num_examples: 2490
343
+ - name: validation.sw
344
+ num_bytes: 429850
345
+ num_examples: 2490
346
+ - name: validation.th
347
+ num_bytes: 1061160
348
+ num_examples: 2490
349
+ - name: validation.tr
350
+ num_bytes: 459308
351
+ num_examples: 2490
352
+ - name: validation.ur
353
+ num_bytes: 699952
354
+ num_examples: 2490
355
+ - name: validation.vi
356
+ num_bytes: 590680
357
+ num_examples: 2490
358
+ - name: validation.zh
359
+ num_bytes: 384851
360
+ num_examples: 2490
361
+ - name: test.en
362
+ num_bytes: 875134
363
+ num_examples: 5010
364
+ - name: test.ar
365
+ num_bytes: 1294553
366
+ num_examples: 5010
367
+ - name: test.bg
368
+ num_bytes: 1573034
369
+ num_examples: 5010
370
+ - name: test.de
371
+ num_bytes: 996479
372
+ num_examples: 5010
373
+ - name: test.el
374
+ num_bytes: 1704785
375
+ num_examples: 5010
376
+ - name: test.es
377
+ num_bytes: 969813
378
+ num_examples: 5010
379
+ - name: test.fr
380
+ num_bytes: 1029239
381
+ num_examples: 5010
382
+ - name: test.hi
383
+ num_bytes: 2073073
384
+ num_examples: 5010
385
+ - name: test.ru
386
+ num_bytes: 1603466
387
+ num_examples: 5010
388
+ - name: test.sw
389
+ num_bytes: 871651
390
+ num_examples: 5010
391
+ - name: test.th
392
+ num_bytes: 2147015
393
+ num_examples: 5010
394
+ - name: test.tr
395
+ num_bytes: 934934
396
+ num_examples: 5010
397
+ - name: test.ur
398
+ num_bytes: 1416238
399
+ num_examples: 5010
400
+ - name: test.vi
401
+ num_bytes: 1190217
402
+ num_examples: 5010
403
+ - name: test.zh
404
+ num_bytes: 777929
405
+ num_examples: 5010
406
+ download_size: 59070121
407
+ dataset_size: 103502625
408
  configs:
409
  - config_name: mlqa
410
  data_files:
 
554
  path: pos/test.ru-*
555
  - split: test.th
556
  path: pos/test.th-*
557
+ - config_name: xnli
558
+ data_files:
559
+ - split: train
560
+ path: xnli/train-*
561
+ - split: validation.en
562
+ path: xnli/validation.en-*
563
+ - split: validation.ar
564
+ path: xnli/validation.ar-*
565
+ - split: validation.bg
566
+ path: xnli/validation.bg-*
567
+ - split: validation.de
568
+ path: xnli/validation.de-*
569
+ - split: validation.el
570
+ path: xnli/validation.el-*
571
+ - split: validation.es
572
+ path: xnli/validation.es-*
573
+ - split: validation.fr
574
+ path: xnli/validation.fr-*
575
+ - split: validation.hi
576
+ path: xnli/validation.hi-*
577
+ - split: validation.ru
578
+ path: xnli/validation.ru-*
579
+ - split: validation.sw
580
+ path: xnli/validation.sw-*
581
+ - split: validation.th
582
+ path: xnli/validation.th-*
583
+ - split: validation.tr
584
+ path: xnli/validation.tr-*
585
+ - split: validation.ur
586
+ path: xnli/validation.ur-*
587
+ - split: validation.vi
588
+ path: xnli/validation.vi-*
589
+ - split: validation.zh
590
+ path: xnli/validation.zh-*
591
+ - split: test.en
592
+ path: xnli/test.en-*
593
+ - split: test.ar
594
+ path: xnli/test.ar-*
595
+ - split: test.bg
596
+ path: xnli/test.bg-*
597
+ - split: test.de
598
+ path: xnli/test.de-*
599
+ - split: test.el
600
+ path: xnli/test.el-*
601
+ - split: test.es
602
+ path: xnli/test.es-*
603
+ - split: test.fr
604
+ path: xnli/test.fr-*
605
+ - split: test.hi
606
+ path: xnli/test.hi-*
607
+ - split: test.ru
608
+ path: xnli/test.ru-*
609
+ - split: test.sw
610
+ path: xnli/test.sw-*
611
+ - split: test.th
612
+ path: xnli/test.th-*
613
+ - split: test.tr
614
+ path: xnli/test.tr-*
615
+ - split: test.ur
616
+ path: xnli/test.ur-*
617
+ - split: test.vi
618
+ path: xnli/test.vi-*
619
+ - split: test.zh
620
+ path: xnli/test.zh-*
621
  ---
xnli/test.ar-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebc435a4027584b1c860d972d60cdbc23e8dc1f6bcc68716e4076f82a8e85b80
3
+ size 391980
xnli/test.bg-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:466231187d3598183a49532b381c8a831b55d765888b3a5187bb079dd5019a38
3
+ size 447341
xnli/test.de-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f73bb9d91611182be73178c08b0df8caa09dc45722bb08ae51f6ee1e5a0bb08
3
+ size 356279
xnli/test.el-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6873051c4105adab5d8e65090f5dd34ddfc2821d8eef17dadcf9baaa050874a8
3
+ size 489529
xnli/test.en-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47dcbab93994b5ff6d605c84919b3cc4fa5eee8858b4af0429b97502924266e
3
+ size 308237
xnli/test.es-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1900f1b42d8044fba6b200bb7de8d1b2603a0cbea5fc4793f97e1006ecffb1bd
3
+ size 341925
xnli/test.fr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec73b298f132267a1e9c85cc05e4baafae718f4dda1dd931091d252b997e8486
3
+ size 360233
xnli/test.hi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43ece34c4228bcd9593677c702b918f9c4d4d12d83f3df753370cacb2e23eb35
3
+ size 492625
xnli/test.ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7be8abc5cf411d56dedbf47f9f7e9c56a677de9c4ef53b01ef141dbce90b00a
3
+ size 477352
xnli/test.sw-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556944ea1abd09ea96d9a5d1ccc185f2f3e634425f4ad9cf0a569cf8b653dcc6
3
+ size 312255
xnli/test.th-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fea3e1c969e159268335fe110c15e30b3d985fde891130a94755ee03e05e9b4
3
+ size 503402
xnli/test.tr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbde7dc4ba9ac9dfb939fff1c2cb2dc6b6e0ea727038a08c64224425af5b3056
3
+ size 338133
xnli/test.ur-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a6da265c3298ecfb16d098a02c4f8a5c525d344b8b38a628b790e015df5d3a
3
+ size 427417
xnli/test.vi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bfe8b01349454b1a1504de9b6a7583ac6f0e7e306b637b8084683ef04021dbc
3
+ size 364126
xnli/test.zh-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8113ce63f633b4c7c74b3a4a4941250fb3f36eb71f64309dd41f55764667d56e
3
+ size 309645
xnli/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80951e465a11871bda151c319dc0ef7f78a471f6162f547220bf4d80803722b2
3
+ size 50161923
xnli/validation.ar-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5776f1da0cd4f8850247455935921264907693b2c2dc338ad79aaeb97d328c0
3
+ size 193757
xnli/validation.bg-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcad465e8de9b79b2f6bb1729780761e646d7b5fb6657ba60a88ad7fd73736a8
3
+ size 223489
xnli/validation.de-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa6342374e499d2955ef38e2564e22a17df6478bccf4831f9b388ea355ef3f5
3
+ size 180990
xnli/validation.el-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c7987274cf7a942a201fa704d2b6d9b8440454fcc0f010cccdfc0b98b4dc9af
3
+ size 246864
xnli/validation.en-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94983157837fa0c3f7aa5fd8eb7629bf22da59e4dd3ccf5ffaf8d1b341ee648d
3
+ size 157207
xnli/validation.es-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbfdc69c71c69aba36cebd7f8221bee56e0a80c495015a19b026c05c713c42ac
3
+ size 173093
xnli/validation.fr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de5230b3225ab76b573a442f87628fe5abe1e3e75692d8ab01da9342aee09c68
3
+ size 183394
xnli/validation.hi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0883579c7868c473739e69594d25ab6d82c758b040f42e46c9c2c1bff70bdb
3
+ size 248641
xnli/validation.ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0fc674dd8c54af026416ddbb7225ba3a4da0b881ff3adcd0bc7d3c345ec3af
3
+ size 238730
xnli/validation.sw-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe633763c916157a620faa1261be86dbe8e5dc9061aead51c4b39f5603a04627
3
+ size 158071
xnli/validation.th-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748f505995eb44fdb236d634dc69b793a8b4bfe8b636b16a34d108afe8b93899
3
+ size 252290
xnli/validation.tr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a895b010598c564f0a48d8e42824525e2c5e97cb5c5784442633dcc172a40c3
3
+ size 171759
xnli/validation.ur-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9414d171feae03302b5e419c1ea6e4fa8ffe1ed453a1232fd0cf85eb0d40b9c8
3
+ size 216136
xnli/validation.vi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e7650d6bf246912e24ec2e1659045baa06e3e5464ac08a218ba4215d1b5f3f
3
+ size 185885
xnli/validation.zh-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6adcbd78eec351b7b2021c26b5687d015c10221733e6bb368a0ca29468237aa
3
+ size 157413