Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
License:
Upload mapping.json with huggingface_hub
Browse files- mapping.json +10 -0
mapping.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": [
|
3 |
+
"dusty",
|
4 |
+
"Dusty"
|
5 |
+
],
|
6 |
+
"1": [
|
7 |
+
"not_dusty",
|
8 |
+
"Non Dusty"
|
9 |
+
]
|
10 |
+
}
|