se0kcess commited on
Commit
7ac5e36
1 Parent(s): 7ceae97

Training in progress, step 200

Browse files
Files changed (3) hide show
  1. config.json +8 -10
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -29,21 +29,19 @@
29
  "giou_cost": 2,
30
  "giou_loss_coefficient": 2,
31
  "id2label": {
32
- "0": "Coverall",
33
- "1": "Face_Shield",
34
- "2": "Gloves",
35
- "3": "Goggles",
36
- "4": "Mask"
37
  },
38
  "init_std": 0.02,
39
  "init_xavier_std": 1.0,
40
  "is_encoder_decoder": true,
41
  "label2id": {
42
- "Coverall": 0,
43
- "Face_Shield": 1,
44
- "Gloves": 2,
45
- "Goggles": 3,
46
- "Mask": 4
47
  },
48
  "mask_loss_coefficient": 1,
49
  "max_position_embeddings": 1024,
 
29
  "giou_cost": 2,
30
  "giou_loss_coefficient": 2,
31
  "id2label": {
32
+ "0": "furniture",
33
+ "1": "Chair",
34
+ "2": "Sofa",
35
+ "3": "Table"
 
36
  },
37
  "init_std": 0.02,
38
  "init_xavier_std": 1.0,
39
  "is_encoder_decoder": true,
40
  "label2id": {
41
+ "Chair": 1,
42
+ "Sofa": 2,
43
+ "Table": 3,
44
+ "furniture": 0
 
45
  },
46
  "mask_loss_coefficient": 1,
47
  "max_position_embeddings": 1024,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e562ca145d38f01d7b3879d472d0690346bf13d92f3f05eb7a99a5079cef16e
3
- size 166619218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50cc18548e02a12ec8219117198f6ebb0067f613caf54524352d4cd5721092d9
3
+ size 166618194
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9c665cb6391565c9cdcd469b1970d4bb18e67b3c893c9806072f49fb2186635
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86068a5ae09a443ecb52909e6852d864d4c2ab7d9fbe9c8744c25ad67dc877f9
3
  size 4536