Jesse020202 commited on
Commit
0932d7c
·
verified ·
1 Parent(s): dbe0c74

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -38,19 +38,21 @@
38
  "giou_cost": 2,
39
  "giou_loss_coefficient": 2,
40
  "id2label": {
41
- "0": "do_not_turn_r",
42
- "1": "red_light",
43
- "2": "t_intersection_l",
44
- "3": "stop"
 
45
  },
46
  "init_std": 0.02,
47
  "init_xavier_std": 1.0,
48
  "is_encoder_decoder": true,
49
  "label2id": {
50
- "do_not_turn_r": 0,
51
- "red_light": 1,
52
- "stop": 3,
53
- "t_intersection_l": 2
 
54
  },
55
  "mask_loss_coefficient": 1,
56
  "max_position_embeddings": 1024,
 
38
  "giou_cost": 2,
39
  "giou_loss_coefficient": 2,
40
  "id2label": {
41
+ "0": "Coverall",
42
+ "1": "Face_Shield",
43
+ "2": "Gloves",
44
+ "3": "Goggles",
45
+ "4": "Mask"
46
  },
47
  "init_std": 0.02,
48
  "init_xavier_std": 1.0,
49
  "is_encoder_decoder": true,
50
  "label2id": {
51
+ "Coverall": 0,
52
+ "Face_Shield": 1,
53
+ "Gloves": 2,
54
+ "Goggles": 3,
55
+ "Mask": 4
56
  },
57
  "mask_loss_coefficient": 1,
58
  "max_position_embeddings": 1024,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:686e8c6168a5addc84d47c17db4ade86522717923b8e371bc8dbe2b32c6c0c64
3
- size 174078768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d79f8cc3ea98f82c3a7c53606cbe97ec67104b977621c00a430bf6f2228d7e
3
+ size 174079796
preprocessor_config.json CHANGED
@@ -17,13 +17,13 @@
17
  0.225
18
  ],
19
  "pad_size": {
20
- "height": 480,
21
- "width": 480
22
  },
23
  "resample": 2,
24
  "rescale_factor": 0.00392156862745098,
25
  "size": {
26
- "max_height": 480,
27
- "max_width": 480
28
  }
29
  }
 
17
  0.225
18
  ],
19
  "pad_size": {
20
+ "height": 224,
21
+ "width": 224
22
  },
23
  "resample": 2,
24
  "rescale_factor": 0.00392156862745098,
25
  "size": {
26
+ "max_height": 224,
27
+ "max_width": 224
28
  }
29
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da2cc16f32e4935b3cd987622bd5a2757dbe755daad74aae0c7ecc14360c8112
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fde9a1d4a52fbf860bf2315a036ad1b24cb9f6f77cffb03f8e619039af35efe6
3
  size 5777