Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +27 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"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.",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"homepage": "",
|
| 5 |
+
"license": "mit",
|
| 6 |
+
"features": {
|
| 7 |
+
"image": {
|
| 8 |
+
"_type": "Image"
|
| 9 |
+
},
|
| 10 |
+
"image_id": {
|
| 11 |
+
"_type": "Value",
|
| 12 |
+
"dtype": "string"
|
| 13 |
+
},
|
| 14 |
+
"label": {
|
| 15 |
+
"_type": "Value",
|
| 16 |
+
"dtype": "string"
|
| 17 |
+
}
|
| 18 |
+
},
|
| 19 |
+
"supervised_keys": null,
|
| 20 |
+
"task_templates": [
|
| 21 |
+
{
|
| 22 |
+
"_type": "ImageClassification",
|
| 23 |
+
"image_column": "image",
|
| 24 |
+
"label_column": "label"
|
| 25 |
+
}
|
| 26 |
+
]
|
| 27 |
+
}
|