to_delete2 / validation /dataset_info.json
charlottemeyer's picture
Initial dataset copy from charlottesce/MNLP_M2_mcqa_dataset
2b076d1 verified
{
"builder_name": "parquet",
"citation": "",
"config_name": "default",
"dataset_name": "mnlp_m2_mcqa_dataset",
"dataset_size": 34798592,
"description": "",
"download_checksums": {
"hf://datasets/charlottesce/MNLP_M2_mcqa_dataset@47bbe67eaede7a41f6662fe60a747759057e032e/data/train-00000-of-00001.parquet": {
"num_bytes": 18398886,
"checksum": null
},
"hf://datasets/charlottesce/MNLP_M2_mcqa_dataset@47bbe67eaede7a41f6662fe60a747759057e032e/data/validation-00000-of-00001.parquet": {
"num_bytes": 897827,
"checksum": null
},
"hf://datasets/charlottesce/MNLP_M2_mcqa_dataset@47bbe67eaede7a41f6662fe60a747759057e032e/data/test-00000-of-00001.parquet": {
"num_bytes": 988322,
"checksum": null
}
},
"download_size": 20285035,
"features": {
"source": {
"dtype": "string",
"_type": "Value"
},
"id": {
"dtype": "string",
"_type": "Value"
},
"question": {
"dtype": "string",
"_type": "Value"
},
"options": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"answer": {
"dtype": "string",
"_type": "Value"
},
"reasoning": {
"dtype": "string",
"_type": "Value"
}
},
"homepage": "",
"license": "",
"size_in_bytes": 55083627,
"splits": {
"train": {
"name": "train",
"num_bytes": 31584864,
"num_examples": 65006,
"dataset_name": "mnlp_m2_mcqa_dataset"
},
"validation": {
"name": "validation",
"num_bytes": 1481390,
"num_examples": 3027,
"dataset_name": "mnlp_m2_mcqa_dataset"
},
"test": {
"name": "test",
"num_bytes": 1732338,
"num_examples": 4538,
"dataset_name": "mnlp_m2_mcqa_dataset"
}
},
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
}