Commit
•
4f6c4fe
1
Parent(s):
0e5fc6a
Add th data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- th/test-00000-of-00001.parquet +3 -0
- th/train-00000-of-00001.parquet +3 -0
- th/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -343,16 +343,16 @@ dataset_info:
|
|
343 |
'2': contradiction
|
344 |
splits:
|
345 |
- name: train
|
346 |
-
num_bytes:
|
347 |
num_examples: 392702
|
348 |
- name: test
|
349 |
-
num_bytes:
|
350 |
num_examples: 5010
|
351 |
- name: validation
|
352 |
-
num_bytes:
|
353 |
num_examples: 2490
|
354 |
-
download_size:
|
355 |
-
dataset_size:
|
356 |
- config_name: tr
|
357 |
features:
|
358 |
- name: premise
|
@@ -534,6 +534,14 @@ configs:
|
|
534 |
path: sw/test-*
|
535 |
- split: validation
|
536 |
path: sw/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
537 |
---
|
538 |
|
539 |
# Dataset Card for "xnli"
|
|
|
343 |
'2': contradiction
|
344 |
splits:
|
345 |
- name: train
|
346 |
+
num_bytes: 176062892
|
347 |
num_examples: 392702
|
348 |
- name: test
|
349 |
+
num_bytes: 2147015
|
350 |
num_examples: 5010
|
351 |
- name: validation
|
352 |
+
num_bytes: 1061160
|
353 |
num_examples: 2490
|
354 |
+
download_size: 77222045
|
355 |
+
dataset_size: 179271067
|
356 |
- config_name: tr
|
357 |
features:
|
358 |
- name: premise
|
|
|
534 |
path: sw/test-*
|
535 |
- split: validation
|
536 |
path: sw/validation-*
|
537 |
+
- config_name: th
|
538 |
+
data_files:
|
539 |
+
- split: train
|
540 |
+
path: th/train-*
|
541 |
+
- split: test
|
542 |
+
path: th/test-*
|
543 |
+
- split: validation
|
544 |
+
path: th/validation-*
|
545 |
---
|
546 |
|
547 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -577,29 +577,23 @@
|
|
577 |
"features": {
|
578 |
"premise": {
|
579 |
"dtype": "string",
|
580 |
-
"id": null,
|
581 |
"_type": "Value"
|
582 |
},
|
583 |
"hypothesis": {
|
584 |
"dtype": "string",
|
585 |
-
"id": null,
|
586 |
"_type": "Value"
|
587 |
},
|
588 |
"label": {
|
589 |
-
"num_classes": 3,
|
590 |
"names": [
|
591 |
"entailment",
|
592 |
"neutral",
|
593 |
"contradiction"
|
594 |
],
|
595 |
-
"names_file": null,
|
596 |
-
"id": null,
|
597 |
"_type": "ClassLabel"
|
598 |
}
|
599 |
},
|
600 |
-
"post_processed": null,
|
601 |
-
"supervised_keys": null,
|
602 |
"builder_name": "xnli",
|
|
|
603 |
"config_name": "th",
|
604 |
"version": {
|
605 |
"version_str": "1.1.0",
|
@@ -611,37 +605,26 @@
|
|
611 |
"splits": {
|
612 |
"train": {
|
613 |
"name": "train",
|
614 |
-
"num_bytes":
|
615 |
"num_examples": 392702,
|
616 |
-
"dataset_name":
|
617 |
},
|
618 |
"test": {
|
619 |
"name": "test",
|
620 |
-
"num_bytes":
|
621 |
"num_examples": 5010,
|
622 |
-
"dataset_name":
|
623 |
},
|
624 |
"validation": {
|
625 |
"name": "validation",
|
626 |
-
"num_bytes":
|
627 |
"num_examples": 2490,
|
628 |
-
"dataset_name":
|
629 |
-
}
|
630 |
-
},
|
631 |
-
"download_checksums": {
|
632 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
633 |
-
"num_bytes": 466098360,
|
634 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
635 |
-
},
|
636 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
637 |
-
"num_bytes": 17865352,
|
638 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
639 |
}
|
640 |
},
|
641 |
-
"download_size":
|
642 |
-
"
|
643 |
-
"
|
644 |
-
"size_in_bytes": 663235115
|
645 |
},
|
646 |
"tr": {
|
647 |
"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",
|
|
|
577 |
"features": {
|
578 |
"premise": {
|
579 |
"dtype": "string",
|
|
|
580 |
"_type": "Value"
|
581 |
},
|
582 |
"hypothesis": {
|
583 |
"dtype": "string",
|
|
|
584 |
"_type": "Value"
|
585 |
},
|
586 |
"label": {
|
|
|
587 |
"names": [
|
588 |
"entailment",
|
589 |
"neutral",
|
590 |
"contradiction"
|
591 |
],
|
|
|
|
|
592 |
"_type": "ClassLabel"
|
593 |
}
|
594 |
},
|
|
|
|
|
595 |
"builder_name": "xnli",
|
596 |
+
"dataset_name": "xnli",
|
597 |
"config_name": "th",
|
598 |
"version": {
|
599 |
"version_str": "1.1.0",
|
|
|
605 |
"splits": {
|
606 |
"train": {
|
607 |
"name": "train",
|
608 |
+
"num_bytes": 176062892,
|
609 |
"num_examples": 392702,
|
610 |
+
"dataset_name": null
|
611 |
},
|
612 |
"test": {
|
613 |
"name": "test",
|
614 |
+
"num_bytes": 2147015,
|
615 |
"num_examples": 5010,
|
616 |
+
"dataset_name": null
|
617 |
},
|
618 |
"validation": {
|
619 |
"name": "validation",
|
620 |
+
"num_bytes": 1061160,
|
621 |
"num_examples": 2490,
|
622 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
}
|
624 |
},
|
625 |
+
"download_size": 77222045,
|
626 |
+
"dataset_size": 179271067,
|
627 |
+
"size_in_bytes": 256493112
|
|
|
628 |
},
|
629 |
"tr": {
|
630 |
"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",
|
th/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ca847893c31a98757d0aedcffacdcca8246922d5c3782c48c735db7e6137b1
|
3 |
+
size 503402
|
th/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec65ff12beef95f3ee4f59aa115252656d81b41ce4b39816760f88948d138dbc
|
3 |
+
size 76466353
|
th/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09abadf254309e8c145777854f95c15024ab6fe29a630f7cd5aec640bffca254
|
3 |
+
size 252290
|