PCFISH commited on
Commit
4169207
1 Parent(s): 1fa515a

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:b747b7562b2887de8cb3c65164d1a9af5034b2fa9da3fb1b0f371ede40ffe9a2
3
- size 166619218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae049eb4cdaa96e37a7352e878b80509ec1b9403025fe9a3a5cb9280cac58a80
3
+ size 166618194
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd5306f5a54803d54db40ce04c205e3bfe2f1d6a8d53cbace338f47010c80792
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c366d07585d43c8824bb9613f9d3147019c22a344cc7b1e7a74b9036d9a99e0b
3
  size 4536