art / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
fa77a3e
raw
history blame
1.96 kB
{
"anli": {
"description": "the Abductive Natural Language Inference Dataset from AI2\n",
"citation": "@InProceedings{anli,\n author = {Chandra, Bhagavatula and Ronan, Le Bras and Chaitanya, Malaviya and Keisuke, Sakaguchi and Ari, Holtzman\n and Hannah, Rashkin and Doug, Downey and Scott, Wen-tau Yih and Yejin, Choi},\n title = {Abductive Commonsense Reasoning},\n year = {2020}\n}",
"homepage": "https://leaderboard.allenai.org/anli/submissions/get-started",
"license": "",
"features": {
"observation_1": {
"dtype": "string",
"_type": "Value"
},
"observation_2": {
"dtype": "string",
"_type": "Value"
},
"hypothesis_1": {
"dtype": "string",
"_type": "Value"
},
"hypothesis_2": {
"dtype": "string",
"_type": "Value"
},
"label": {
"names": [
"0",
"1",
"2"
],
"_type": "ClassLabel"
}
},
"builder_name": "parquet",
"dataset_name": "art",
"config_name": "anli",
"version": {
"version_str": "0.1.0",
"major": 0,
"minor": 1,
"patch": 0
},
"splits": {
"validation": {
"name": "validation",
"num_bytes": 311146,
"num_examples": 1532,
"dataset_name": null
},
"train": {
"name": "train",
"num_bytes": 33918790,
"num_examples": 169654,
"dataset_name": null
}
},
"download_size": 9191805,
"dataset_size": 34229936,
"size_in_bytes": 43421741
}
}