albertvillanova HF staff commited on
Commit
4086fca
1 Parent(s): 174f253

Add fr data files

Browse files
README.md CHANGED
@@ -243,16 +243,16 @@ dataset_info:
243
  '2': contradiction
244
  splits:
245
  - name: train
246
- num_bytes: 85809099
247
  num_examples: 392702
248
  - name: test
249
- num_bytes: 1029247
250
  num_examples: 5010
251
  - name: validation
252
- num_bytes: 510112
253
  num_examples: 2490
254
- download_size: 483963712
255
- dataset_size: 87348458
256
  - config_name: hi
257
  features:
258
  - name: premise
@@ -502,6 +502,14 @@ configs:
502
  path: es/test-*
503
  - split: validation
504
  path: es/validation-*
 
 
 
 
 
 
 
 
505
  ---
506
 
507
  # Dataset Card for "xnli"
243
  '2': contradiction
244
  splits:
245
  - name: train
246
+ num_bytes: 85808779
247
  num_examples: 392702
248
  - name: test
249
+ num_bytes: 1029239
250
  num_examples: 5010
251
  - name: validation
252
+ num_bytes: 510104
253
  num_examples: 2490
254
+ download_size: 55968680
255
+ dataset_size: 87348122
256
  - config_name: hi
257
  features:
258
  - name: premise
502
  path: es/test-*
503
  - split: validation
504
  path: es/validation-*
505
+ - config_name: fr
506
+ data_files:
507
+ - split: train
508
+ path: fr/train-*
509
+ - split: test
510
+ path: fr/test-*
511
+ - split: validation
512
+ path: fr/validation-*
513
  ---
514
 
515
  # Dataset Card for "xnli"
dataset_infos.json CHANGED
@@ -349,29 +349,23 @@
349
  "features": {
350
  "premise": {
351
  "dtype": "string",
352
- "id": null,
353
  "_type": "Value"
354
  },
355
  "hypothesis": {
356
  "dtype": "string",
357
- "id": null,
358
  "_type": "Value"
359
  },
360
  "label": {
361
- "num_classes": 3,
362
  "names": [
363
  "entailment",
364
  "neutral",
365
  "contradiction"
366
  ],
367
- "names_file": null,
368
- "id": null,
369
  "_type": "ClassLabel"
370
  }
371
  },
372
- "post_processed": null,
373
- "supervised_keys": null,
374
  "builder_name": "xnli",
 
375
  "config_name": "fr",
376
  "version": {
377
  "version_str": "1.1.0",
@@ -383,37 +377,26 @@
383
  "splits": {
384
  "train": {
385
  "name": "train",
386
- "num_bytes": 85809099,
387
  "num_examples": 392702,
388
- "dataset_name": "xnli"
389
  },
390
  "test": {
391
  "name": "test",
392
- "num_bytes": 1029247,
393
  "num_examples": 5010,
394
- "dataset_name": "xnli"
395
  },
396
  "validation": {
397
  "name": "validation",
398
- "num_bytes": 510112,
399
  "num_examples": 2490,
400
- "dataset_name": "xnli"
401
- }
402
- },
403
- "download_checksums": {
404
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
405
- "num_bytes": 466098360,
406
- "checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
407
- },
408
- "https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
409
- "num_bytes": 17865352,
410
- "checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
411
  }
412
  },
413
- "download_size": 483963712,
414
- "post_processing_size": null,
415
- "dataset_size": 87348458,
416
- "size_in_bytes": 571312170
417
  },
418
  "hi": {
419
  "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",
349
  "features": {
350
  "premise": {
351
  "dtype": "string",
 
352
  "_type": "Value"
353
  },
354
  "hypothesis": {
355
  "dtype": "string",
 
356
  "_type": "Value"
357
  },
358
  "label": {
 
359
  "names": [
360
  "entailment",
361
  "neutral",
362
  "contradiction"
363
  ],
 
 
364
  "_type": "ClassLabel"
365
  }
366
  },
 
 
367
  "builder_name": "xnli",
368
+ "dataset_name": "xnli",
369
  "config_name": "fr",
370
  "version": {
371
  "version_str": "1.1.0",
377
  "splits": {
378
  "train": {
379
  "name": "train",
380
+ "num_bytes": 85808779,
381
  "num_examples": 392702,
382
+ "dataset_name": null
383
  },
384
  "test": {
385
  "name": "test",
386
+ "num_bytes": 1029239,
387
  "num_examples": 5010,
388
+ "dataset_name": null
389
  },
390
  "validation": {
391
  "name": "validation",
392
+ "num_bytes": 510104,
393
  "num_examples": 2490,
394
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
395
  }
396
  },
397
+ "download_size": 55968680,
398
+ "dataset_size": 87348122,
399
+ "size_in_bytes": 143316802
 
400
  },
401
  "hi": {
402
  "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",
fr/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bfce918feee19f8070106963281e46ae801d03583dd0786b443c2f200607d62
3
+ size 360233
fr/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e05c0cac22eba1d8c00ea0558b225af5d741671066abc9bcbc98584930f14b90
3
+ size 55425053
fr/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f97d84263ac129e54cdeec7bde66b3da9f8b1ba42cfabd0d0b3c5ac7f442cc2
3
+ size 183394