colorbar-range-dataset / dataset_info.json
menasi11's picture
Upload dataset_info.json with huggingface_hub
4e8b3c8 verified
raw
history blame contribute delete
653 Bytes
{
"description": "A dataset of vertical colorbar images annotated with structured numeric ranges for each color segment, commonly used in scientific plots and machine learning visualizations.",
"citation": "",
"homepage": "",
"license": "mit",
"features": {
"image": {
"_type": "Image"
},
"image_id": {
"_type": "Value",
"dtype": "string"
},
"label": {
"_type": "Value",
"dtype": "string"
}
},
"supervised_keys": null,
"task_templates": [
{
"_type": "ImageClassification",
"image_column": "image",
"label_column": "label"
}
]
}