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

Add zh data files

Browse files
README.md CHANGED
@@ -443,16 +443,16 @@ dataset_info:
443
  '2': contradiction
444
  splits:
445
  - name: train
446
- num_bytes: 72225161
447
  num_examples: 392702
448
  - name: test
449
- num_bytes: 777937
450
  num_examples: 5010
451
  - name: validation
452
- num_bytes: 384859
453
  num_examples: 2490
454
- download_size: 483963712
455
- dataset_size: 73387957
456
  configs:
457
  - config_name: ar
458
  data_files:
@@ -566,6 +566,14 @@ configs:
566
  path: vi/test-*
567
  - split: validation
568
  path: vi/validation-*
 
 
 
 
 
 
 
 
569
  ---
570
 
571
  # Dataset Card for "xnli"
443
  '2': contradiction
444
  splits:
445
  - name: train
446
+ num_bytes: 72224841
447
  num_examples: 392702
448
  - name: test
449
+ num_bytes: 777929
450
  num_examples: 5010
451
  - name: validation
452
+ num_bytes: 384851
453
  num_examples: 2490
454
+ download_size: 48269855
455
+ dataset_size: 73387621
456
  configs:
457
  - config_name: ar
458
  data_files:
566
  path: vi/test-*
567
  - split: validation
568
  path: vi/validation-*
569
+ - config_name: zh
570
+ data_files:
571
+ - split: train
572
+ path: zh/train-*
573
+ - split: test
574
+ path: zh/test-*
575
+ - split: validation
576
+ path: zh/validation-*
577
  ---
578
 
579
  # Dataset Card for "xnli"
dataset_infos.json CHANGED
@@ -805,29 +805,23 @@
805
  "features": {
806
  "premise": {
807
  "dtype": "string",
808
- "id": null,
809
  "_type": "Value"
810
  },
811
  "hypothesis": {
812
  "dtype": "string",
813
- "id": null,
814
  "_type": "Value"
815
  },
816
  "label": {
817
- "num_classes": 3,
818
  "names": [
819
  "entailment",
820
  "neutral",
821
  "contradiction"
822
  ],
823
- "names_file": null,
824
- "id": null,
825
  "_type": "ClassLabel"
826
  }
827
  },
828
- "post_processed": null,
829
- "supervised_keys": null,
830
  "builder_name": "xnli",
 
831
  "config_name": "zh",
832
  "version": {
833
  "version_str": "1.1.0",
@@ -839,37 +833,26 @@
839
  "splits": {
840
  "train": {
841
  "name": "train",
842
- "num_bytes": 72225161,
843
  "num_examples": 392702,
844
- "dataset_name": "xnli"
845
  },
846
  "test": {
847
  "name": "test",
848
- "num_bytes": 777937,
849
  "num_examples": 5010,
850
- "dataset_name": "xnli"
851
  },
852
  "validation": {
853
  "name": "validation",
854
- "num_bytes": 384859,
855
  "num_examples": 2490,
856
- "dataset_name": "xnli"
857
- }
858
- },
859
- "download_checksums": {
860
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
861
- "num_bytes": 466098360,
862
- "checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
863
- },
864
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
865
- "num_bytes": 17865352,
866
- "checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
867
  }
868
  },
869
- "download_size": 483963712,
870
- "post_processing_size": null,
871
- "dataset_size": 73387957,
872
- "size_in_bytes": 557351669
873
  },
874
  "all_languages": {
875
  "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",
805
  "features": {
806
  "premise": {
807
  "dtype": "string",
 
808
  "_type": "Value"
809
  },
810
  "hypothesis": {
811
  "dtype": "string",
 
812
  "_type": "Value"
813
  },
814
  "label": {
 
815
  "names": [
816
  "entailment",
817
  "neutral",
818
  "contradiction"
819
  ],
 
 
820
  "_type": "ClassLabel"
821
  }
822
  },
 
 
823
  "builder_name": "xnli",
824
+ "dataset_name": "xnli",
825
  "config_name": "zh",
826
  "version": {
827
  "version_str": "1.1.0",
833
  "splits": {
834
  "train": {
835
  "name": "train",
836
+ "num_bytes": 72224841,
837
  "num_examples": 392702,
838
+ "dataset_name": null
839
  },
840
  "test": {
841
  "name": "test",
842
+ "num_bytes": 777929,
843
  "num_examples": 5010,
844
+ "dataset_name": null
845
  },
846
  "validation": {
847
  "name": "validation",
848
+ "num_bytes": 384851,
849
  "num_examples": 2490,
850
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
851
  }
852
  },
853
+ "download_size": 48269855,
854
+ "dataset_size": 73387621,
855
+ "size_in_bytes": 121657476
 
856
  },
857
  "all_languages": {
858
  "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",
zh/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0588db7da3ed00a677dc6ac521e9b3e1c8ecf286ea0c2182b9a6a346b22c4645
3
+ size 309645
zh/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b328b786fca5061b5a4676ca6d8c2861f2e700e0c1b300ea229f3de27ef8f9f
3
+ size 47802797
zh/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a028221cd83ff84d8dcebc6da36a123a1371bb98ab89b50d82eea31b12aeb68c
3
+ size 157413