gkalsrudals commited on
Commit
6e06597
·
1 Parent(s): 83af964

Training in progress, step 200

Browse files
Files changed (3) hide show
  1. config.json +9 -10
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -8,6 +8,7 @@
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
10
  "backbone": "resnet50",
 
11
  "bbox_cost": 5,
12
  "bbox_loss_coefficient": 5,
13
  "class_cost": 1,
@@ -28,21 +29,19 @@
28
  "giou_cost": 2,
29
  "giou_loss_coefficient": 2,
30
  "id2label": {
31
- "0": "Coverall",
32
- "1": "Face_Shield",
33
- "2": "Gloves",
34
- "3": "Goggles",
35
- "4": "Mask"
36
  },
37
  "init_std": 0.02,
38
  "init_xavier_std": 1.0,
39
  "is_encoder_decoder": true,
40
  "label2id": {
41
- "Coverall": 0,
42
- "Face_Shield": 1,
43
- "Gloves": 2,
44
- "Goggles": 3,
45
- "Mask": 4
46
  },
47
  "mask_loss_coefficient": 1,
48
  "max_position_embeddings": 1024,
 
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
10
  "backbone": "resnet50",
11
+ "backbone_config": null,
12
  "bbox_cost": 5,
13
  "bbox_loss_coefficient": 5,
14
  "class_cost": 1,
 
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:879636c7956fd8801ed66ca4ae3ffc8f019f290ad10e0d06937e2b9e449a9bbf
3
- size 166618773
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9a54165b04d255c3eae2f032aa5c71f5be8c84ddbb5522aea00aa96fe7e5e1
3
+ size 166617749
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b26a4d23d0fb64ed631c6c6f466dca388ce8f27db89b41704abe107c65d3305b
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30754da74f799375387b202b90d3e00af467a9ecf835f1fed40d0be0a833eaf5
3
  size 4091