Datasets:
Commit
•
9236b36
1
Parent(s):
68d3d76
Add ax data files
Browse files- README.md +7 -3
- ax/test-00000-of-00001.parquet +3 -0
- dataset_infos.json +7 -21
README.md
CHANGED
@@ -58,10 +58,10 @@ dataset_info:
|
|
58 |
dtype: int32
|
59 |
splits:
|
60 |
- name: test
|
61 |
-
num_bytes:
|
62 |
num_examples: 1104
|
63 |
-
download_size:
|
64 |
-
dataset_size:
|
65 |
- config_name: cola
|
66 |
features:
|
67 |
- name: sentence
|
@@ -344,6 +344,10 @@ dataset_info:
|
|
344 |
download_size: 63522
|
345 |
dataset_size: 157160
|
346 |
configs:
|
|
|
|
|
|
|
|
|
347 |
- config_name: cola
|
348 |
data_files:
|
349 |
- split: train
|
|
|
58 |
dtype: int32
|
59 |
splits:
|
60 |
- name: test
|
61 |
+
num_bytes: 237694
|
62 |
num_examples: 1104
|
63 |
+
download_size: 80767
|
64 |
+
dataset_size: 237694
|
65 |
- config_name: cola
|
66 |
features:
|
67 |
- name: sentence
|
|
|
344 |
download_size: 63522
|
345 |
dataset_size: 157160
|
346 |
configs:
|
347 |
+
- config_name: ax
|
348 |
+
data_files:
|
349 |
+
- split: test
|
350 |
+
path: ax/test-*
|
351 |
- config_name: cola
|
352 |
data_files:
|
353 |
- split: train
|
ax/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a07b802fe2d4968a1f7ccce9406826dc77e0d1dc53fea9491664bd8ebba8571a
|
3 |
+
size 80767
|
dataset_infos.json
CHANGED
@@ -653,40 +653,33 @@
|
|
653 |
},
|
654 |
"ax": {
|
655 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
656 |
-
"citation": "\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n
|
657 |
"homepage": "https://gluebenchmark.com/diagnostics",
|
658 |
"license": "",
|
659 |
"features": {
|
660 |
"premise": {
|
661 |
"dtype": "string",
|
662 |
-
"id": null,
|
663 |
"_type": "Value"
|
664 |
},
|
665 |
"hypothesis": {
|
666 |
"dtype": "string",
|
667 |
-
"id": null,
|
668 |
"_type": "Value"
|
669 |
},
|
670 |
"label": {
|
671 |
-
"num_classes": 3,
|
672 |
"names": [
|
673 |
"entailment",
|
674 |
"neutral",
|
675 |
"contradiction"
|
676 |
],
|
677 |
-
"names_file": null,
|
678 |
-
"id": null,
|
679 |
"_type": "ClassLabel"
|
680 |
},
|
681 |
"idx": {
|
682 |
"dtype": "int32",
|
683 |
-
"id": null,
|
684 |
"_type": "Value"
|
685 |
}
|
686 |
},
|
687 |
-
"post_processed": null,
|
688 |
-
"supervised_keys": null,
|
689 |
"builder_name": "glue",
|
|
|
690 |
"config_name": "ax",
|
691 |
"version": {
|
692 |
"version_str": "1.0.0",
|
@@ -698,20 +691,13 @@
|
|
698 |
"splits": {
|
699 |
"test": {
|
700 |
"name": "test",
|
701 |
-
"num_bytes":
|
702 |
"num_examples": 1104,
|
703 |
-
"dataset_name":
|
704 |
-
}
|
705 |
-
},
|
706 |
-
"download_checksums": {
|
707 |
-
"https://dl.fbaipublicfiles.com/glue/data/AX.tsv": {
|
708 |
-
"num_bytes": 222257,
|
709 |
-
"checksum": "0e13510b1bb14436ff7e2ee82338f0efb0133ecf2e73507a697dc210db3f05fd"
|
710 |
}
|
711 |
},
|
712 |
-
"download_size":
|
713 |
-
"
|
714 |
-
"
|
715 |
-
"size_in_bytes": 460649
|
716 |
}
|
717 |
}
|
|
|
653 |
},
|
654 |
"ax": {
|
655 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
656 |
+
"citation": "\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
|
657 |
"homepage": "https://gluebenchmark.com/diagnostics",
|
658 |
"license": "",
|
659 |
"features": {
|
660 |
"premise": {
|
661 |
"dtype": "string",
|
|
|
662 |
"_type": "Value"
|
663 |
},
|
664 |
"hypothesis": {
|
665 |
"dtype": "string",
|
|
|
666 |
"_type": "Value"
|
667 |
},
|
668 |
"label": {
|
|
|
669 |
"names": [
|
670 |
"entailment",
|
671 |
"neutral",
|
672 |
"contradiction"
|
673 |
],
|
|
|
|
|
674 |
"_type": "ClassLabel"
|
675 |
},
|
676 |
"idx": {
|
677 |
"dtype": "int32",
|
|
|
678 |
"_type": "Value"
|
679 |
}
|
680 |
},
|
|
|
|
|
681 |
"builder_name": "glue",
|
682 |
+
"dataset_name": "glue",
|
683 |
"config_name": "ax",
|
684 |
"version": {
|
685 |
"version_str": "1.0.0",
|
|
|
691 |
"splits": {
|
692 |
"test": {
|
693 |
"name": "test",
|
694 |
+
"num_bytes": 237694,
|
695 |
"num_examples": 1104,
|
696 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
697 |
}
|
698 |
},
|
699 |
+
"download_size": 80767,
|
700 |
+
"dataset_size": 237694,
|
701 |
+
"size_in_bytes": 318461
|
|
|
702 |
}
|
703 |
}
|