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