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

Add oto data files

Browse files
README.md CHANGED
@@ -200,13 +200,13 @@ dataset_info:
200
  '2': contradiction
201
  splits:
202
  - name: validation
203
- num_bytes: 27018
204
  num_examples: 222
205
  - name: test
206
- num_bytes: 119658
207
  num_examples: 748
208
- download_size: 2256093
209
- dataset_size: 146676
210
  - config_name: quy
211
  features:
212
  - name: premise
@@ -310,6 +310,12 @@ configs:
310
  path: nah/validation-*
311
  - split: test
312
  path: nah/test-*
 
 
 
 
 
 
313
  ---
314
 
315
  # Dataset Card for AmericasNLI
 
200
  '2': contradiction
201
  splits:
202
  - name: validation
203
+ num_bytes: 27010
204
  num_examples: 222
205
  - name: test
206
+ num_bytes: 119650
207
  num_examples: 748
208
+ download_size: 57849
209
+ dataset_size: 146660
210
  - config_name: quy
211
  features:
212
  - name: premise
 
310
  path: nah/validation-*
311
  - split: test
312
  path: nah/test-*
313
+ - config_name: oto
314
+ data_files:
315
+ - split: validation
316
+ path: oto/validation-*
317
+ - split: test
318
+ path: oto/test-*
319
  ---
320
 
321
  # Dataset Card for AmericasNLI
dataset_infos.json CHANGED
@@ -308,35 +308,28 @@
308
  "oto": {
309
  "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",
310
  "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",
311
- "homepage": "TODO",
312
  "license": "",
313
  "features": {
314
  "premise": {
315
  "dtype": "string",
316
- "id": null,
317
  "_type": "Value"
318
  },
319
  "hypothesis": {
320
  "dtype": "string",
321
- "id": null,
322
  "_type": "Value"
323
  },
324
  "label": {
325
- "num_classes": 3,
326
  "names": [
327
  "entailment",
328
  "neutral",
329
  "contradiction"
330
  ],
331
- "names_file": null,
332
- "id": null,
333
  "_type": "ClassLabel"
334
  }
335
  },
336
- "post_processed": null,
337
- "supervised_keys": null,
338
- "task_templates": null,
339
  "builder_name": "americas_nli",
 
340
  "config_name": "oto",
341
  "version": {
342
  "version_str": "1.0.0",
@@ -348,31 +341,20 @@
348
  "splits": {
349
  "validation": {
350
  "name": "validation",
351
- "num_bytes": 27018,
352
  "num_examples": 222,
353
- "dataset_name": "americas_nli"
354
  },
355
  "test": {
356
  "name": "test",
357
- "num_bytes": 119658,
358
  "num_examples": 748,
359
- "dataset_name": "americas_nli"
360
- }
361
- },
362
- "download_checksums": {
363
- "https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/dev.tsv": {
364
- "num_bytes": 1090405,
365
- "checksum": "a2678f2820a2008547c5d993118979cc82a25d51a73570571566a1b74d8e8530"
366
- },
367
- "https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/test.tsv": {
368
- "num_bytes": 1165688,
369
- "checksum": "1e16c058de33ddaab4a037b1078a31ecab08afddfdc840140593b6da1439bcf8"
370
  }
371
  },
372
- "download_size": 2256093,
373
- "post_processing_size": null,
374
- "dataset_size": 146676,
375
- "size_in_bytes": 2402769
376
  },
377
  "quy": {
378
  "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",
 
308
  "oto": {
309
  "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",
310
  "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",
311
+ "homepage": "https://github.com/nala-cub/AmericasNLI",
312
  "license": "",
313
  "features": {
314
  "premise": {
315
  "dtype": "string",
 
316
  "_type": "Value"
317
  },
318
  "hypothesis": {
319
  "dtype": "string",
 
320
  "_type": "Value"
321
  },
322
  "label": {
 
323
  "names": [
324
  "entailment",
325
  "neutral",
326
  "contradiction"
327
  ],
 
 
328
  "_type": "ClassLabel"
329
  }
330
  },
 
 
 
331
  "builder_name": "americas_nli",
332
+ "dataset_name": "americas_nli",
333
  "config_name": "oto",
334
  "version": {
335
  "version_str": "1.0.0",
 
341
  "splits": {
342
  "validation": {
343
  "name": "validation",
344
+ "num_bytes": 27010,
345
  "num_examples": 222,
346
+ "dataset_name": null
347
  },
348
  "test": {
349
  "name": "test",
350
+ "num_bytes": 119650,
351
  "num_examples": 748,
352
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
353
  }
354
  },
355
+ "download_size": 57849,
356
+ "dataset_size": 146660,
357
+ "size_in_bytes": 204509
 
358
  },
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",
oto/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c719ef8ba5413006001aa03a0acc90d07d5a1333bd43739259152ffcdc209af1
3
+ size 44068
oto/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b67c8b565fea52357d3bd1c264c738d0d04ed05110ee11e1879a04534e8221b
3
+ size 13781