Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -29,17 +29,17 @@
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
-
"0": "
|
33 |
-
"1": "
|
34 |
-
"2": "
|
35 |
},
|
36 |
"init_std": 0.02,
|
37 |
"init_xavier_std": 1.0,
|
38 |
"is_encoder_decoder": true,
|
39 |
"label2id": {
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
},
|
44 |
"mask_loss_coefficient": 1,
|
45 |
"max_position_embeddings": 1024,
|
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
+
"0": "Matte",
|
33 |
+
"1": "Shiny",
|
34 |
+
"2": "Chrome"
|
35 |
},
|
36 |
"init_std": 0.02,
|
37 |
"init_xavier_std": 1.0,
|
38 |
"is_encoder_decoder": true,
|
39 |
"label2id": {
|
40 |
+
"Matte": 0,
|
41 |
+
"Shiny": 1,
|
42 |
+
"Chrome": 2
|
43 |
},
|
44 |
"mask_loss_coefficient": 1,
|
45 |
"max_position_embeddings": 1024,
|