mini-imdb / dataset_infos.json
Daniel Vila
Upload dataset_infos.json
942fe13
raw
history blame contribute delete
941 Bytes
{"dvilasuero--mini-imdb": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"neg",
"pos"
],
"id": null,
"_type": "ClassLabel"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": null,
"config_name": null,
"version": null,
"splits": {
"train": {
"name": "train",
"num_bytes": 59361,
"num_examples": 55,
"dataset_name": "mini-imdb"
}
},
"download_checksums": null,
"download_size": 47863,
"post_processing_size": null,
"dataset_size": 59361,
"size_in_bytes": 107224
}}