albertvillanova HF staff commited on
Commit
914f324
1 Parent(s): 39bc0e0

Add quy data files

Browse files
README.md CHANGED
@@ -222,13 +222,13 @@ dataset_info:
222
  '2': contradiction
223
  splits:
224
  - name: validation
225
- num_bytes: 125644
226
  num_examples: 743
227
  - name: test
228
- num_bytes: 112758
229
  num_examples: 750
230
- download_size: 2256093
231
- dataset_size: 238402
232
  - config_name: shp
233
  features:
234
  - name: premise
@@ -316,6 +316,12 @@ configs:
316
  path: oto/validation-*
317
  - split: test
318
  path: oto/test-*
 
 
 
 
 
 
319
  ---
320
 
321
  # Dataset Card for AmericasNLI
 
222
  '2': contradiction
223
  splits:
224
  - name: validation
225
+ num_bytes: 125636
226
  num_examples: 743
227
  - name: test
228
+ num_bytes: 112750
229
  num_examples: 750
230
+ download_size: 85673
231
+ dataset_size: 238386
232
  - config_name: shp
233
  features:
234
  - name: premise
 
316
  path: oto/validation-*
317
  - split: test
318
  path: oto/test-*
319
+ - config_name: quy
320
+ data_files:
321
+ - split: validation
322
+ path: quy/validation-*
323
+ - split: test
324
+ path: quy/test-*
325
  ---
326
 
327
  # Dataset Card for AmericasNLI
dataset_infos.json CHANGED
@@ -359,35 +359,28 @@
359
  "quy": {
360
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
361
  "citation": "\n@article{DBLP:journals/corr/abs-2104-08726,\n author = {Abteen Ebrahimi and\n Manuel Mager and\n Arturo Oncevay and\n Vishrav Chaudhary and\n Luis Chiruzzo and\n Angela Fan and\n John Ortega and\n Ricardo Ramos and\n Annette Rios and\n Ivan Vladimir and\n Gustavo A. Gim{'{e}}nez{-}Lugo and\n Elisabeth Mager and\n Graham Neubig and\n Alexis Palmer and\n Rolando A. Coto Solano and\n Ngoc Thang Vu and\n Katharina Kann},\n title = {AmericasNLI: Evaluating Zero-shot Natural Language Understanding of\n Pretrained Multilingual Models in Truly Low-resource Languages},\n journal = {CoRR},\n volume = {abs/2104.08726},\n year = {2021},\n url = {https://arxiv.org/abs/2104.08726},\n eprinttype = {arXiv},\n eprint = {2104.08726},\n timestamp = {Mon, 26 Apr 2021 17:25:10 +0200},\n biburl = {https://dblp.org/rec/journals/corr/abs-2104-08726.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
362
- "homepage": "TODO",
363
  "license": "",
364
  "features": {
365
  "premise": {
366
  "dtype": "string",
367
- "id": null,
368
  "_type": "Value"
369
  },
370
  "hypothesis": {
371
  "dtype": "string",
372
- "id": null,
373
  "_type": "Value"
374
  },
375
  "label": {
376
- "num_classes": 3,
377
  "names": [
378
  "entailment",
379
  "neutral",
380
  "contradiction"
381
  ],
382
- "names_file": null,
383
- "id": null,
384
  "_type": "ClassLabel"
385
  }
386
  },
387
- "post_processed": null,
388
- "supervised_keys": null,
389
- "task_templates": null,
390
  "builder_name": "americas_nli",
 
391
  "config_name": "quy",
392
  "version": {
393
  "version_str": "1.0.0",
@@ -399,31 +392,20 @@
399
  "splits": {
400
  "validation": {
401
  "name": "validation",
402
- "num_bytes": 125644,
403
  "num_examples": 743,
404
- "dataset_name": "americas_nli"
405
  },
406
  "test": {
407
  "name": "test",
408
- "num_bytes": 112758,
409
  "num_examples": 750,
410
- "dataset_name": "americas_nli"
411
- }
412
- },
413
- "download_checksums": {
414
- "https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/dev.tsv": {
415
- "num_bytes": 1090405,
416
- "checksum": "a2678f2820a2008547c5d993118979cc82a25d51a73570571566a1b74d8e8530"
417
- },
418
- "https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/test.tsv": {
419
- "num_bytes": 1165688,
420
- "checksum": "1e16c058de33ddaab4a037b1078a31ecab08afddfdc840140593b6da1439bcf8"
421
  }
422
  },
423
- "download_size": 2256093,
424
- "post_processing_size": null,
425
- "dataset_size": 238402,
426
- "size_in_bytes": 2494495
427
  },
428
  "shp": {
429
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
 
359
  "quy": {
360
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
361
  "citation": "\n@article{DBLP:journals/corr/abs-2104-08726,\n author = {Abteen Ebrahimi and\n Manuel Mager and\n Arturo Oncevay and\n Vishrav Chaudhary and\n Luis Chiruzzo and\n Angela Fan and\n John Ortega and\n Ricardo Ramos and\n Annette Rios and\n Ivan Vladimir and\n Gustavo A. Gim{'{e}}nez{-}Lugo and\n Elisabeth Mager and\n Graham Neubig and\n Alexis Palmer and\n Rolando A. Coto Solano and\n Ngoc Thang Vu and\n Katharina Kann},\n title = {AmericasNLI: Evaluating Zero-shot Natural Language Understanding of\n Pretrained Multilingual Models in Truly Low-resource Languages},\n journal = {CoRR},\n volume = {abs/2104.08726},\n year = {2021},\n url = {https://arxiv.org/abs/2104.08726},\n eprinttype = {arXiv},\n eprint = {2104.08726},\n timestamp = {Mon, 26 Apr 2021 17:25:10 +0200},\n biburl = {https://dblp.org/rec/journals/corr/abs-2104-08726.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
362
+ "homepage": "https://github.com/nala-cub/AmericasNLI",
363
  "license": "",
364
  "features": {
365
  "premise": {
366
  "dtype": "string",
 
367
  "_type": "Value"
368
  },
369
  "hypothesis": {
370
  "dtype": "string",
 
371
  "_type": "Value"
372
  },
373
  "label": {
 
374
  "names": [
375
  "entailment",
376
  "neutral",
377
  "contradiction"
378
  ],
 
 
379
  "_type": "ClassLabel"
380
  }
381
  },
 
 
 
382
  "builder_name": "americas_nli",
383
+ "dataset_name": "americas_nli",
384
  "config_name": "quy",
385
  "version": {
386
  "version_str": "1.0.0",
 
392
  "splits": {
393
  "validation": {
394
  "name": "validation",
395
+ "num_bytes": 125636,
396
  "num_examples": 743,
397
+ "dataset_name": null
398
  },
399
  "test": {
400
  "name": "test",
401
+ "num_bytes": 112750,
402
  "num_examples": 750,
403
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
404
  }
405
  },
406
+ "download_size": 85673,
407
+ "dataset_size": 238386,
408
+ "size_in_bytes": 324059
 
409
  },
410
  "shp": {
411
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
quy/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741df884950981010ec64e4826fb6a990d336ca0b1ccf936d8789dc1fd5fc474
3
+ size 40858
quy/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8475ad23b027008dadba25a0b209a78e89994e8385e7eb1d9e76110f07b3c3f
3
+ size 44815