roman_numerals / dataset_infos.json
farleyknight's picture
Upload dataset_infos.json with huggingface_hub
8ea1ad6
{"farleyknight--roman_numerals": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"image": {
"decode": true,
"id": null,
"_type": "Image"
},
"label": {
"num_classes": 10,
"names": [
"i",
"ii",
"iii",
"iv",
"ix",
"v",
"vi",
"vii",
"viii",
"x"
],
"id": null,
"_type": "ClassLabel"
},
"fname": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": [
{
"task": "image-classification",
"image_column": "image",
"label_column": "label"
}
],
"builder_name": "imagefolder",
"config_name": "default",
"version": {
"version_str": "0.0.0",
"description": null,
"major": 0,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 20100746.825,
"num_examples": 2717,
"dataset_name": "roman_numerals"
}
},
"download_checksums": null,
"download_size": 0,
"post_processing_size": null,
"dataset_size": 20100746.825,
"size_in_bytes": 20100746.825
}}