ryul99 commited on
Commit
ed8fc07
1 Parent(s): 2af6caf

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:8e41ab84cd224702dfa9c72ed81f7df9adcd7a6a4d2c2cce8b474de6913529ae
3
- size 166619218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d56f707308f8d83182dd8a3e3db10fc75d6679b4cc31b8b006c602bf0be457
3
+ size 166618194
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a7ddf27a327a65f1d0e4cb37950f5f02a6cf56678aae48492aab072b32084d4
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af12135ee57d6f9d2e375b6ab272ee4b66b7347fc3fdd1899ebc9cd03556706
3
  size 4536