| { | |
| "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" | |
| } | |
| ] | |
| } | |