Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- config.json +17 -13
config.json
CHANGED
|
@@ -9,23 +9,27 @@
|
|
| 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 |
},
|
| 19 |
"image_size": 224,
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"intermediate_size": 3072,
|
| 22 |
"label2id": {
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
|
|
|
|
|
|
| 29 |
},
|
| 30 |
"layer_norm_eps": 1e-12,
|
| 31 |
"model_type": "vit",
|
|
@@ -36,5 +40,5 @@
|
|
| 36 |
"problem_type": "single_label_classification",
|
| 37 |
"qkv_bias": true,
|
| 38 |
"torch_dtype": "float32",
|
| 39 |
-
"transformers_version": "4.
|
| 40 |
}
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Round",
|
| 13 |
+
"1": "Collared",
|
| 14 |
+
"2": "High neck",
|
| 15 |
+
"3": "V Neck",
|
| 16 |
+
"4": "Straight",
|
| 17 |
+
"5": "Halter",
|
| 18 |
+
"6": "Asymmetric",
|
| 19 |
+
"7": "Henley"
|
| 20 |
},
|
| 21 |
"image_size": 224,
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 3072,
|
| 24 |
"label2id": {
|
| 25 |
+
"Asymmetric": 6,
|
| 26 |
+
"Collared": 1,
|
| 27 |
+
"Halter": 5,
|
| 28 |
+
"Henley": 7,
|
| 29 |
+
"High neck": 2,
|
| 30 |
+
"Round": 0,
|
| 31 |
+
"Straight": 4,
|
| 32 |
+
"V Neck": 3
|
| 33 |
},
|
| 34 |
"layer_norm_eps": 1e-12,
|
| 35 |
"model_type": "vit",
|
|
|
|
| 40 |
"problem_type": "single_label_classification",
|
| 41 |
"qkv_bias": true,
|
| 42 |
"torch_dtype": "float32",
|
| 43 |
+
"transformers_version": "4.44.2"
|
| 44 |
}
|