SmallPS commited on
Commit
23c0e7b
1 Parent(s): e1b2b3c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 192,
17
+ "id2label": {
18
+ "0": "Coverall",
19
+ "1": "Face_Shield",
20
+ "2": "Gloves",
21
+ "3": "Goggles",
22
+ "4": "Mask"
23
+ },
24
+ "image_size": [
25
+ 800,
26
+ 1333
27
+ ],
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 768,
30
+ "label2id": {
31
+ "Coverall": 0,
32
+ "Face_Shield": 1,
33
+ "Gloves": 2,
34
+ "Goggles": 3,
35
+ "Mask": 4
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "yolos",
39
+ "num_attention_heads": 3,
40
+ "num_channels": 3,
41
+ "num_detection_tokens": 100,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "qkv_bias": true,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.42.4",
47
+ "use_mid_position_embeddings": false
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea96a0e0e59cc1f89baac6659599df74ee2d2262b3783127d6e560508e326fac
3
+ size 25912488
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "YolosImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
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
+ }
runs/Sep02_14-26-18_A41103/events.out.tfevents.1725254780.A41103.13416.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a025ec262834663faaa6b8276ce6d6c6c531c93671843cf191df05fff197be46
3
+ size 5074
runs/Sep02_14-29-25_A41103/events.out.tfevents.1725254967.A41103.32304.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc8cc97302ca2fb5156420d7dc0728780dd862693ecb8363dc791bd96052a94f
3
+ size 5074
runs/Sep02_14-37-55_A41103/events.out.tfevents.1725255477.A41103.33288.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94536fd6f8308f1021b7561eaea14813aef7ed9e1a49a3a30ce9258719621a5
3
+ size 5184
runs/Sep02_14-38-46_A41103/events.out.tfevents.1725255529.A41103.11840.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ade853dbf5e905e9dd40b040bbd75430ec35a337928be00003dbe5e7f332ac3b
3
+ size 6617
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfb569295100f552e31c55ea20c2d45597210fd593c65626aee1dd109866137d
3
+ size 5112