1aurent commited on
Commit
72bf5a1
1 Parent(s): c21b0b0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -29,17 +29,17 @@
29
  "giou_cost": 2,
30
  "giou_loss_coefficient": 2,
31
  "id2label": {
32
- "0": "LABEL_0",
33
- "1": "LABEL_1",
34
- "2": "LABEL_2"
35
  },
36
  "init_std": 0.02,
37
  "init_xavier_std": 1.0,
38
  "is_encoder_decoder": true,
39
  "label2id": {
40
- "LABEL_0": 0,
41
- "LABEL_1": 1,
42
- "LABEL_2": 2
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,