albertvillanova HF staff commited on
Commit
0e5fc6a
1 Parent(s): d108e7e

Add sw data files

Browse files
README.md CHANGED
@@ -318,16 +318,16 @@ dataset_info:
318
  '2': contradiction
319
  splits:
320
  - name: train
321
- num_bytes: 69286045
322
  num_examples: 392702
323
  - name: test
324
- num_bytes: 871659
325
  num_examples: 5010
326
  - name: validation
327
- num_bytes: 429858
328
  num_examples: 2490
329
- download_size: 483963712
330
- dataset_size: 70587562
331
  - config_name: th
332
  features:
333
  - name: premise
@@ -526,6 +526,14 @@ configs:
526
  path: ru/test-*
527
  - split: validation
528
  path: ru/validation-*
 
 
 
 
 
 
 
 
529
  ---
530
 
531
  # Dataset Card for "xnli"
318
  '2': contradiction
319
  splits:
320
  - name: train
321
+ num_bytes: 69285725
322
  num_examples: 392702
323
  - name: test
324
+ num_bytes: 871651
325
  num_examples: 5010
326
  - name: validation
327
+ num_bytes: 429850
328
  num_examples: 2490
329
+ download_size: 45564152
330
+ dataset_size: 70587226
331
  - config_name: th
332
  features:
333
  - name: premise
526
  path: ru/test-*
527
  - split: validation
528
  path: ru/validation-*
529
+ - config_name: sw
530
+ data_files:
531
+ - split: train
532
+ path: sw/train-*
533
+ - split: test
534
+ path: sw/test-*
535
+ - split: validation
536
+ path: sw/validation-*
537
  ---
538
 
539
  # Dataset Card for "xnli"
dataset_infos.json CHANGED
@@ -520,29 +520,23 @@
520
  "features": {
521
  "premise": {
522
  "dtype": "string",
523
- "id": null,
524
  "_type": "Value"
525
  },
526
  "hypothesis": {
527
  "dtype": "string",
528
- "id": null,
529
  "_type": "Value"
530
  },
531
  "label": {
532
- "num_classes": 3,
533
  "names": [
534
  "entailment",
535
  "neutral",
536
  "contradiction"
537
  ],
538
- "names_file": null,
539
- "id": null,
540
  "_type": "ClassLabel"
541
  }
542
  },
543
- "post_processed": null,
544
- "supervised_keys": null,
545
  "builder_name": "xnli",
 
546
  "config_name": "sw",
547
  "version": {
548
  "version_str": "1.1.0",
@@ -554,37 +548,26 @@
554
  "splits": {
555
  "train": {
556
  "name": "train",
557
- "num_bytes": 69286045,
558
  "num_examples": 392702,
559
- "dataset_name": "xnli"
560
  },
561
  "test": {
562
  "name": "test",
563
- "num_bytes": 871659,
564
  "num_examples": 5010,
565
- "dataset_name": "xnli"
566
  },
567
  "validation": {
568
  "name": "validation",
569
- "num_bytes": 429858,
570
  "num_examples": 2490,
571
- "dataset_name": "xnli"
572
- }
573
- },
574
- "download_checksums": {
575
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
576
- "num_bytes": 466098360,
577
- "checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
578
- },
579
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
580
- "num_bytes": 17865352,
581
- "checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
582
  }
583
  },
584
- "download_size": 483963712,
585
- "post_processing_size": null,
586
- "dataset_size": 70587562,
587
- "size_in_bytes": 554551274
588
  },
589
  "th": {
590
  "description": "XNLI is a subset of a few thousand examples from MNLI which has been translated\ninto a 14 different languages (some low-ish resource). As with MNLI, the goal is\nto predict textual entailment (does sentence A imply/contradict/neither sentence\nB) and is a classification task (given two sentences, predict one of three\nlabels).\n",
520
  "features": {
521
  "premise": {
522
  "dtype": "string",
 
523
  "_type": "Value"
524
  },
525
  "hypothesis": {
526
  "dtype": "string",
 
527
  "_type": "Value"
528
  },
529
  "label": {
 
530
  "names": [
531
  "entailment",
532
  "neutral",
533
  "contradiction"
534
  ],
 
 
535
  "_type": "ClassLabel"
536
  }
537
  },
 
 
538
  "builder_name": "xnli",
539
+ "dataset_name": "xnli",
540
  "config_name": "sw",
541
  "version": {
542
  "version_str": "1.1.0",
548
  "splits": {
549
  "train": {
550
  "name": "train",
551
+ "num_bytes": 69285725,
552
  "num_examples": 392702,
553
+ "dataset_name": null
554
  },
555
  "test": {
556
  "name": "test",
557
+ "num_bytes": 871651,
558
  "num_examples": 5010,
559
+ "dataset_name": null
560
  },
561
  "validation": {
562
  "name": "validation",
563
+ "num_bytes": 429850,
564
  "num_examples": 2490,
565
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
566
  }
567
  },
568
+ "download_size": 45564152,
569
+ "dataset_size": 70587226,
570
+ "size_in_bytes": 116151378
 
571
  },
572
  "th": {
573
  "description": "XNLI is a subset of a few thousand examples from MNLI which has been translated\ninto a 14 different languages (some low-ish resource). As with MNLI, the goal is\nto predict textual entailment (does sentence A imply/contradict/neither sentence\nB) and is a classification task (given two sentences, predict one of three\nlabels).\n",
sw/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b0bfad4e885a468752a5f17e4c620ac75f64902a2cef2da23f1c1e5ac973a29
3
+ size 312255
sw/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3282ea435eda702e713b958adcc1f053f415f9f57704b21cc441e1d86b834f52
3
+ size 45093826
sw/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dd236d01144c13829450cfbc12ffcc33ecdcf289a02b4c6a60ca78a557eb80b
3
+ size 158071