albertvillanova HF staff commited on
Commit
86887d6
1 Parent(s): 4f6a488

Add vi data files

Browse files
README.md CHANGED
@@ -418,16 +418,16 @@ dataset_info:
418
  '2': contradiction
419
  splits:
420
  - name: train
421
- num_bytes: 101417750
422
  num_examples: 392702
423
  - name: test
424
- num_bytes: 1190225
425
  num_examples: 5010
426
  - name: validation
427
- num_bytes: 590688
428
  num_examples: 2490
429
- download_size: 483963712
430
- dataset_size: 103198663
431
  - config_name: zh
432
  features:
433
  - name: premise
@@ -558,6 +558,14 @@ configs:
558
  path: ur/test-*
559
  - split: validation
560
  path: ur/validation-*
 
 
 
 
 
 
 
 
561
  ---
562
 
563
  # Dataset Card for "xnli"
418
  '2': contradiction
419
  splits:
420
  - name: train
421
+ num_bytes: 101417430
422
  num_examples: 392702
423
  - name: test
424
+ num_bytes: 1190217
425
  num_examples: 5010
426
  - name: validation
427
+ num_bytes: 590680
428
  num_examples: 2490
429
+ download_size: 57690058
430
+ dataset_size: 103198327
431
  - config_name: zh
432
  features:
433
  - name: premise
558
  path: ur/test-*
559
  - split: validation
560
  path: ur/validation-*
561
+ - config_name: vi
562
+ data_files:
563
+ - split: train
564
+ path: vi/train-*
565
+ - split: test
566
+ path: vi/test-*
567
+ - split: validation
568
+ path: vi/validation-*
569
  ---
570
 
571
  # Dataset Card for "xnli"
dataset_infos.json CHANGED
@@ -748,29 +748,23 @@
748
  "features": {
749
  "premise": {
750
  "dtype": "string",
751
- "id": null,
752
  "_type": "Value"
753
  },
754
  "hypothesis": {
755
  "dtype": "string",
756
- "id": null,
757
  "_type": "Value"
758
  },
759
  "label": {
760
- "num_classes": 3,
761
  "names": [
762
  "entailment",
763
  "neutral",
764
  "contradiction"
765
  ],
766
- "names_file": null,
767
- "id": null,
768
  "_type": "ClassLabel"
769
  }
770
  },
771
- "post_processed": null,
772
- "supervised_keys": null,
773
  "builder_name": "xnli",
 
774
  "config_name": "vi",
775
  "version": {
776
  "version_str": "1.1.0",
@@ -782,37 +776,26 @@
782
  "splits": {
783
  "train": {
784
  "name": "train",
785
- "num_bytes": 101417750,
786
  "num_examples": 392702,
787
- "dataset_name": "xnli"
788
  },
789
  "test": {
790
  "name": "test",
791
- "num_bytes": 1190225,
792
  "num_examples": 5010,
793
- "dataset_name": "xnli"
794
  },
795
  "validation": {
796
  "name": "validation",
797
- "num_bytes": 590688,
798
  "num_examples": 2490,
799
- "dataset_name": "xnli"
800
- }
801
- },
802
- "download_checksums": {
803
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
804
- "num_bytes": 466098360,
805
- "checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
806
- },
807
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
808
- "num_bytes": 17865352,
809
- "checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
810
  }
811
  },
812
- "download_size": 483963712,
813
- "post_processing_size": null,
814
- "dataset_size": 103198663,
815
- "size_in_bytes": 587162375
816
  },
817
  "zh": {
818
  "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",
748
  "features": {
749
  "premise": {
750
  "dtype": "string",
 
751
  "_type": "Value"
752
  },
753
  "hypothesis": {
754
  "dtype": "string",
 
755
  "_type": "Value"
756
  },
757
  "label": {
 
758
  "names": [
759
  "entailment",
760
  "neutral",
761
  "contradiction"
762
  ],
 
 
763
  "_type": "ClassLabel"
764
  }
765
  },
 
 
766
  "builder_name": "xnli",
767
+ "dataset_name": "xnli",
768
  "config_name": "vi",
769
  "version": {
770
  "version_str": "1.1.0",
776
  "splits": {
777
  "train": {
778
  "name": "train",
779
+ "num_bytes": 101417430,
780
  "num_examples": 392702,
781
+ "dataset_name": null
782
  },
783
  "test": {
784
  "name": "test",
785
+ "num_bytes": 1190217,
786
  "num_examples": 5010,
787
+ "dataset_name": null
788
  },
789
  "validation": {
790
  "name": "validation",
791
+ "num_bytes": 590680,
792
  "num_examples": 2490,
793
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
794
  }
795
  },
796
+ "download_size": 57690058,
797
+ "dataset_size": 103198327,
798
+ "size_in_bytes": 160888385
 
799
  },
800
  "zh": {
801
  "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",
vi/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34918143e8de1172147abd6fd78f369d6b6b6c2f5a016c2a4febc10190803fb1
3
+ size 364126
vi/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0eefcc40a026d25745a8edc6080ab8200a2307f974f333af32552c323a3dddc
3
+ size 57140047
vi/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6d6aa869a554c38e43be21be8e880e3422cbccc7cc04bd0544ff2931af6f82
3
+ size 185885