add config
Browse files- config.json +8 -8
config.json
CHANGED
@@ -15,10 +15,10 @@
|
|
15 |
"hidden_dropout_prob": 0.0,
|
16 |
"hidden_size": 384,
|
17 |
"id2label": {
|
18 |
-
"0": "
|
19 |
-
"1": "
|
20 |
-
"2": "
|
21 |
-
"3": "
|
22 |
},
|
23 |
"image_size": [
|
24 |
512,
|
@@ -27,10 +27,10 @@
|
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 1536,
|
29 |
"label2id": {
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
},
|
35 |
"layer_norm_eps": 1e-12,
|
36 |
"model_type": "yolos",
|
|
|
15 |
"hidden_dropout_prob": 0.0,
|
16 |
"hidden_size": 384,
|
17 |
"id2label": {
|
18 |
+
"0": "LABEL_0",
|
19 |
+
"1": "LABEL_1",
|
20 |
+
"2": "LABEL_2",
|
21 |
+
"3": "LABEL_3"
|
22 |
},
|
23 |
"image_size": [
|
24 |
512,
|
|
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 1536,
|
29 |
"label2id": {
|
30 |
+
"LABEL_0": 0,
|
31 |
+
"LABEL_1": 1,
|
32 |
+
"LABEL_2": 2,
|
33 |
+
"LABEL_3": 3
|
34 |
},
|
35 |
"layer_norm_eps": 1e-12,
|
36 |
"model_type": "yolos",
|