dakkoong commited on
Commit
8cefbb5
1 Parent(s): a764863

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:8203048bc3985341ca385b929731fd972551b71dd75587ea07b248c9089f04d3
3
- size 166619218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc93c36af550cba030e1e9bb95db981f177b899ac95364c14035624d6e6ee6f5
3
+ size 166618194
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52887dba4eaebf2b1b42a59fa6281026b0d1d5a99106efab941668be51c6f445
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:064459511a6d302d2dff7c25dbd381e1af2064835748e0dee0c25cd390fb06e5
3
  size 4536