KevinLe commited on
Commit
cdebc09
1 Parent(s): 50cdb88

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -122,19 +122,19 @@
122
  "giou_cost": 2,
123
  "giou_loss_coefficient": 2,
124
  "id2label": {
125
- "1": "Shoes",
126
- "2": "Clothing",
127
- "3": "Bags",
128
- "4": "Accessories"
129
  },
130
  "init_std": 0.02,
131
  "init_xavier_std": 1.0,
132
  "is_encoder_decoder": true,
133
  "label2id": {
134
- "Accessories": 4,
135
- "Bags": 3,
136
- "Clothing": 2,
137
- "Shoes": 1
138
  },
139
  "mask_loss_coefficient": 1,
140
  "model_type": "detr",
 
122
  "giou_cost": 2,
123
  "giou_loss_coefficient": 2,
124
  "id2label": {
125
+ "1": "Accessories",
126
+ "2": "Bags",
127
+ "3": "Clothing",
128
+ "4": "Shoes"
129
  },
130
  "init_std": 0.02,
131
  "init_xavier_std": 1.0,
132
  "is_encoder_decoder": true,
133
  "label2id": {
134
+ "Shoes": 4,
135
+ "Clothing": 3,
136
+ "Bags": 2,
137
+ "Accessories": 1
138
  },
139
  "mask_loss_coefficient": 1,
140
  "model_type": "detr",