iris / dataset_infos.json
skorkmaz88's picture
Upload dataset_infos.json with huggingface_hub
7a43d5e
{"skorkmaz88--iris": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"sepal.length": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"sepal.width": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"petal.length": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"petal.width": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"variety": {
"num_classes": 3,
"names": [
"Setosa",
"Versicolor",
"Virginica"
],
"id": null,
"_type": "ClassLabel"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": "csv",
"config_name": "default",
"version": {
"version_str": "0.0.0",
"description": null,
"major": 0,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 3600,
"num_examples": 150,
"dataset_name": "iris"
}
},
"download_checksums": null,
"download_size": 2928,
"post_processing_size": null,
"dataset_size": 3600,
"size_in_bytes": 6528
}}