Spaces:
Sleeping
Sleeping
Upload config.json
Browse files- config.json +40 -20
config.json
CHANGED
|
@@ -9,31 +9,51 @@
|
|
| 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": "Sneakers",
|
| 13 |
+
"1": "Boot",
|
| 14 |
+
"2": "Flipflop",
|
| 15 |
+
"3": "Sandals",
|
| 16 |
+
"4": "Sliders",
|
| 17 |
+
"5": "Derby",
|
| 18 |
+
"6": "Sport_Trainers",
|
| 19 |
+
"7": "Hiking",
|
| 20 |
+
"8": "Loafers",
|
| 21 |
+
"9": "Slippers",
|
| 22 |
+
"10": "Chelsea",
|
| 23 |
+
"11": "Ballerina",
|
| 24 |
+
"12": "Pumps",
|
| 25 |
+
"13": "MaryJane",
|
| 26 |
+
"14": "Clog",
|
| 27 |
+
"15": "Espadrille",
|
| 28 |
+
"16": "Sherling",
|
| 29 |
+
"17": "Oxford",
|
| 30 |
+
"18": "RainBoots",
|
| 31 |
+
"19": "RidingBoots"
|
| 32 |
},
|
| 33 |
"image_size": 224,
|
| 34 |
"initializer_range": 0.02,
|
| 35 |
"intermediate_size": 3072,
|
| 36 |
"label2id": {
|
| 37 |
+
"Ballerina": 11,
|
| 38 |
+
"Boot": 1,
|
| 39 |
+
"Chelsea": 10,
|
| 40 |
+
"Clog": 14,
|
| 41 |
+
"Derby": 5,
|
| 42 |
+
"Espadrille": 15,
|
| 43 |
+
"Flipflop": 2,
|
| 44 |
+
"Hiking": 7,
|
| 45 |
+
"Loafers": 8,
|
| 46 |
+
"MaryJane": 13,
|
| 47 |
+
"Oxford": 17,
|
| 48 |
+
"Pumps": 12,
|
| 49 |
+
"RainBoots": 18,
|
| 50 |
+
"RidingBoots": 19,
|
| 51 |
+
"Sandals": 3,
|
| 52 |
+
"Sherling": 16,
|
| 53 |
+
"Sliders": 4,
|
| 54 |
+
"Slippers": 9,
|
| 55 |
+
"Sneakers": 0,
|
| 56 |
+
"Sport_Trainers": 6
|
| 57 |
},
|
| 58 |
"layer_norm_eps": 1e-12,
|
| 59 |
"model_type": "vit",
|