mahernto commited on
Commit
d2afea7
·
verified ·
1 Parent(s): e848997

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "YolosForObjectDetection"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "auxiliary_loss": false,
7
+ "bbox_cost": 5,
8
+ "bbox_loss_coefficient": 5,
9
+ "class_cost": 1,
10
+ "eos_coefficient": 0.1,
11
+ "giou_cost": 2,
12
+ "giou_loss_coefficient": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 192,
16
+ "id2label": {
17
+ "0": "CDY",
18
+ "1": "CFR",
19
+ "2": "CSV",
20
+ "3": "SVB",
21
+ "4": "SYH"
22
+ },
23
+ "image_size": [
24
+ 800,
25
+ 1333
26
+ ],
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 768,
29
+ "label2id": {
30
+ "CDY": 0,
31
+ "CFR": 1,
32
+ "CSV": 2,
33
+ "SVB": 3,
34
+ "SYH": 4
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "model_type": "yolos",
38
+ "num_attention_heads": 3,
39
+ "num_channels": 3,
40
+ "num_detection_tokens": 100,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.51.3",
46
+ "use_mid_position_embeddings": false
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71284e7c5b197cb034c9b6574e3f31a76613828ccae593a74e488be676fc6f30
3
+ size 25912488
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 512
25
+ }
26
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8554f3b4d746c26da2b1865bf443f5749b6e76f720cf91b1161924b5c22bd934
3
+ size 5304