Update config.json
Browse files- config.json +20 -20
config.json
CHANGED
|
@@ -9,31 +9,31 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
},
|
| 23 |
"image_size": 224,
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"intermediate_size": 3072,
|
| 26 |
"label2id": {
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
},
|
| 38 |
"layer_norm_eps": 1e-12,
|
| 39 |
"model_type": "vit",
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "airplane",
|
| 13 |
+
"1": "automobile",
|
| 14 |
+
"2": "bird",
|
| 15 |
+
"3": "cat",
|
| 16 |
+
"4": "deer",
|
| 17 |
+
"5": "dog",
|
| 18 |
+
"6": "frog",
|
| 19 |
+
"7": "horse",
|
| 20 |
+
"8": "ship",
|
| 21 |
+
"9": "truck"
|
| 22 |
},
|
| 23 |
"image_size": 224,
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"intermediate_size": 3072,
|
| 26 |
"label2id": {
|
| 27 |
+
"airplane": 0,
|
| 28 |
+
"automobile": 1,
|
| 29 |
+
"bird": 2,
|
| 30 |
+
"cat": 3,
|
| 31 |
+
"deer": 4,
|
| 32 |
+
"dog": 5,
|
| 33 |
+
"frog": 6,
|
| 34 |
+
"horse": 7,
|
| 35 |
+
"ship": 8,
|
| 36 |
+
"truck": 9
|
| 37 |
},
|
| 38 |
"layer_norm_eps": 1e-12,
|
| 39 |
"model_type": "vit",
|