{ "builder_name": "glue", "citation": "@article{warstadt2018neural,\n title={Neural Network Acceptability Judgments},\n author={Warstadt, Alex and Singh, Amanpreet and Bowman, Samuel R},\n journal={arXiv preprint arXiv:1805.12471},\n year={2018}\n}\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", "config_name": "cola", "dataset_size": 605716, "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", "download_checksums": { "https://dl.fbaipublicfiles.com/glue/data/CoLA.zip": { "num_bytes": 376971, "checksum": "f212fcd832b8f7b435fb991f101abf89f96b933ab400603bf198960dfc32cbff" } }, "download_size": 376971, "features": { "sentence": { "dtype": "string", "id": null, "_type": "Value" }, "label": { "num_classes": 2, "names": [ "unacceptable", "acceptable" ], "names_file": null, "id": null, "_type": "ClassLabel" }, "idx": { "dtype": "int32", "id": null, "_type": "Value" } }, "homepage": "https://nyu-mll.github.io/CoLA/", "license": "", "post_processed": null, "post_processing_size": null, "size_in_bytes": 982687, "splits": { "train": { "name": "train", "num_bytes": 484873, "num_examples": 8551, "dataset_name": "glue" }, "validation": { "name": "validation", "num_bytes": 60326, "num_examples": 1043, "dataset_name": "glue" }, "test": { "name": "test", "num_bytes": 60517, "num_examples": 1063, "dataset_name": "glue" } }, "supervised_keys": null, "task_templates": null, "version": { "version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0 } }