prithivMLmods commited on
Commit
e41f0f2
·
verified ·
1 Parent(s): 47897d5

Upload folder using huggingface_hub

Browse files
checkpoint-1190/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "id2label": {
6
+ "0": "Child 0-12",
7
+ "1": "Teenager 13-20",
8
+ "2": "Adult 21-44",
9
+ "3": "Middle Age 45-64",
10
+ "4": "Aged 65+"
11
+ },
12
+ "initializer_factor": 1.0,
13
+ "label2id": {
14
+ "Adult 21-44": 2,
15
+ "Aged 65+": 4,
16
+ "Child 0-12": 0,
17
+ "Middle Age 45-64": 3,
18
+ "Teenager 13-20": 1
19
+ },
20
+ "model_type": "siglip",
21
+ "problem_type": "single_label_classification",
22
+ "text_config": {
23
+ "attention_dropout": 0.0,
24
+ "hidden_act": "gelu_pytorch_tanh",
25
+ "hidden_size": 768,
26
+ "intermediate_size": 3072,
27
+ "layer_norm_eps": 1e-06,
28
+ "max_position_embeddings": 64,
29
+ "model_type": "siglip_text_model",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "projection_size": 768,
33
+ "torch_dtype": "float32",
34
+ "vocab_size": 256000
35
+ },
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.50.0",
38
+ "vision_config": {
39
+ "attention_dropout": 0.0,
40
+ "hidden_act": "gelu_pytorch_tanh",
41
+ "hidden_size": 768,
42
+ "image_size": 224,
43
+ "intermediate_size": 3072,
44
+ "layer_norm_eps": 1e-06,
45
+ "model_type": "siglip_vision_model",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "torch_dtype": "float32"
51
+ }
52
+ }
checkpoint-1190/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de65d1571d323039c8e1a7b810816d5199b802978d21916c17d4eea5c35cc8c
3
+ size 371577220
checkpoint-1190/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fdcfe05d6feb4135eb173a0773b714393339bd244fed7f4ed602d44ba0aef8f
3
+ size 686574202
checkpoint-1190/preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
checkpoint-1190/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2b8bb857b275788df3a4bfe6c58412c20f635cf16b03ce1fb0bccf24f56310b
3
+ size 14244
checkpoint-1190/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c089ca6076b63869ffa0fd5a86a181182f9affbede4287993887c7e032f8afb
3
+ size 1064
checkpoint-1190/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1190,
3
+ "best_metric": 0.4487505853176117,
4
+ "best_model_checkpoint": "siglip2-finetune-full/checkpoint-1190",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1190,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.8403361344537815,
14
+ "grad_norm": 34.64095687866211,
15
+ "learning_rate": 1.613733905579399e-06,
16
+ "loss": 0.7877,
17
+ "step": 500
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.8128418174169121,
22
+ "eval_loss": 0.49009865522384644,
23
+ "eval_model_preparation_time": 0.0025,
24
+ "eval_runtime": 301.6339,
25
+ "eval_samples_per_second": 63.043,
26
+ "eval_steps_per_second": 7.88,
27
+ "step": 595
28
+ },
29
+ {
30
+ "epoch": 1.680672268907563,
31
+ "grad_norm": 41.711463928222656,
32
+ "learning_rate": 1.184549356223176e-06,
33
+ "loss": 0.5172,
34
+ "step": 1000
35
+ },
36
+ {
37
+ "epoch": 2.0,
38
+ "eval_accuracy": 0.8276714345814051,
39
+ "eval_loss": 0.4487505853176117,
40
+ "eval_model_preparation_time": 0.0025,
41
+ "eval_runtime": 302.0322,
42
+ "eval_samples_per_second": 62.96,
43
+ "eval_steps_per_second": 7.87,
44
+ "step": 1190
45
+ }
46
+ ],
47
+ "logging_steps": 500,
48
+ "max_steps": 2380,
49
+ "num_input_tokens_seen": 0,
50
+ "num_train_epochs": 4,
51
+ "save_steps": 500,
52
+ "stateful_callbacks": {
53
+ "TrainerControl": {
54
+ "args": {
55
+ "should_epoch_stop": false,
56
+ "should_evaluate": false,
57
+ "should_log": false,
58
+ "should_save": true,
59
+ "should_training_stop": false
60
+ },
61
+ "attributes": {}
62
+ }
63
+ },
64
+ "total_flos": 3.1854682608775004e+18,
65
+ "train_batch_size": 32,
66
+ "trial_name": null,
67
+ "trial_params": null
68
+ }
checkpoint-1190/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ff2e89b955b9e4f83ca055f98105617928027ddb830251a26d76b910092a18
3
+ size 5304
checkpoint-1785/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "id2label": {
6
+ "0": "Child 0-12",
7
+ "1": "Teenager 13-20",
8
+ "2": "Adult 21-44",
9
+ "3": "Middle Age 45-64",
10
+ "4": "Aged 65+"
11
+ },
12
+ "initializer_factor": 1.0,
13
+ "label2id": {
14
+ "Adult 21-44": 2,
15
+ "Aged 65+": 4,
16
+ "Child 0-12": 0,
17
+ "Middle Age 45-64": 3,
18
+ "Teenager 13-20": 1
19
+ },
20
+ "model_type": "siglip",
21
+ "problem_type": "single_label_classification",
22
+ "text_config": {
23
+ "attention_dropout": 0.0,
24
+ "hidden_act": "gelu_pytorch_tanh",
25
+ "hidden_size": 768,
26
+ "intermediate_size": 3072,
27
+ "layer_norm_eps": 1e-06,
28
+ "max_position_embeddings": 64,
29
+ "model_type": "siglip_text_model",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "projection_size": 768,
33
+ "torch_dtype": "float32",
34
+ "vocab_size": 256000
35
+ },
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.50.0",
38
+ "vision_config": {
39
+ "attention_dropout": 0.0,
40
+ "hidden_act": "gelu_pytorch_tanh",
41
+ "hidden_size": 768,
42
+ "image_size": 224,
43
+ "intermediate_size": 3072,
44
+ "layer_norm_eps": 1e-06,
45
+ "model_type": "siglip_vision_model",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "torch_dtype": "float32"
51
+ }
52
+ }
checkpoint-1785/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0585780a0c5ee104ef74ecb08e11143c1a7fdd883f95d6c26d6285140ec9da4a
3
+ size 371577220
checkpoint-1785/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be7c05667b3693584b4160b805b060e345baa256f073dd2db734ffd9cfe7b15e
3
+ size 686574202
checkpoint-1785/preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
checkpoint-1785/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35bad94d3860ee97520c76c204fc73a3a0ea97862ce78616f228143e0990d2e0
3
+ size 14244
checkpoint-1785/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdcf7001caf6e8aced02a1ec0766455297ccf16db916ce2cd5e393d716c4a4cd
3
+ size 1064
checkpoint-1785/trainer_state.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1785,
3
+ "best_metric": 0.3799979090690613,
4
+ "best_model_checkpoint": "siglip2-finetune-full/checkpoint-1785",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1785,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.8403361344537815,
14
+ "grad_norm": 34.64095687866211,
15
+ "learning_rate": 1.613733905579399e-06,
16
+ "loss": 0.7877,
17
+ "step": 500
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.8128418174169121,
22
+ "eval_loss": 0.49009865522384644,
23
+ "eval_model_preparation_time": 0.0025,
24
+ "eval_runtime": 301.6339,
25
+ "eval_samples_per_second": 63.043,
26
+ "eval_steps_per_second": 7.88,
27
+ "step": 595
28
+ },
29
+ {
30
+ "epoch": 1.680672268907563,
31
+ "grad_norm": 41.711463928222656,
32
+ "learning_rate": 1.184549356223176e-06,
33
+ "loss": 0.5172,
34
+ "step": 1000
35
+ },
36
+ {
37
+ "epoch": 2.0,
38
+ "eval_accuracy": 0.8276714345814051,
39
+ "eval_loss": 0.4487505853176117,
40
+ "eval_model_preparation_time": 0.0025,
41
+ "eval_runtime": 302.0322,
42
+ "eval_samples_per_second": 62.96,
43
+ "eval_steps_per_second": 7.87,
44
+ "step": 1190
45
+ },
46
+ {
47
+ "epoch": 2.5210084033613445,
48
+ "grad_norm": 37.414634704589844,
49
+ "learning_rate": 7.553648068669529e-07,
50
+ "loss": 0.4574,
51
+ "step": 1500
52
+ },
53
+ {
54
+ "epoch": 3.0,
55
+ "eval_accuracy": 0.8513357172907026,
56
+ "eval_loss": 0.3799979090690613,
57
+ "eval_model_preparation_time": 0.0025,
58
+ "eval_runtime": 301.7801,
59
+ "eval_samples_per_second": 63.013,
60
+ "eval_steps_per_second": 7.877,
61
+ "step": 1785
62
+ }
63
+ ],
64
+ "logging_steps": 500,
65
+ "max_steps": 2380,
66
+ "num_input_tokens_seen": 0,
67
+ "num_train_epochs": 4,
68
+ "save_steps": 500,
69
+ "stateful_callbacks": {
70
+ "TrainerControl": {
71
+ "args": {
72
+ "should_epoch_stop": false,
73
+ "should_evaluate": false,
74
+ "should_log": false,
75
+ "should_save": true,
76
+ "should_training_stop": false
77
+ },
78
+ "attributes": {}
79
+ }
80
+ },
81
+ "total_flos": 4.778202391316251e+18,
82
+ "train_batch_size": 32,
83
+ "trial_name": null,
84
+ "trial_params": null
85
+ }
checkpoint-1785/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ff2e89b955b9e4f83ca055f98105617928027ddb830251a26d76b910092a18
3
+ size 5304
checkpoint-2380/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "id2label": {
6
+ "0": "Child 0-12",
7
+ "1": "Teenager 13-20",
8
+ "2": "Adult 21-44",
9
+ "3": "Middle Age 45-64",
10
+ "4": "Aged 65+"
11
+ },
12
+ "initializer_factor": 1.0,
13
+ "label2id": {
14
+ "Adult 21-44": 2,
15
+ "Aged 65+": 4,
16
+ "Child 0-12": 0,
17
+ "Middle Age 45-64": 3,
18
+ "Teenager 13-20": 1
19
+ },
20
+ "model_type": "siglip",
21
+ "problem_type": "single_label_classification",
22
+ "text_config": {
23
+ "attention_dropout": 0.0,
24
+ "hidden_act": "gelu_pytorch_tanh",
25
+ "hidden_size": 768,
26
+ "intermediate_size": 3072,
27
+ "layer_norm_eps": 1e-06,
28
+ "max_position_embeddings": 64,
29
+ "model_type": "siglip_text_model",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "projection_size": 768,
33
+ "torch_dtype": "float32",
34
+ "vocab_size": 256000
35
+ },
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.50.0",
38
+ "vision_config": {
39
+ "attention_dropout": 0.0,
40
+ "hidden_act": "gelu_pytorch_tanh",
41
+ "hidden_size": 768,
42
+ "image_size": 224,
43
+ "intermediate_size": 3072,
44
+ "layer_norm_eps": 1e-06,
45
+ "model_type": "siglip_vision_model",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "torch_dtype": "float32"
51
+ }
52
+ }
checkpoint-2380/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89a608ceddbec5e496bc057d7939d629041dfc358989d1e3825f9f5aa3d2b31c
3
+ size 371577220
checkpoint-2380/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0982e389cd09ce4bce47f495d34e7448e79b21ef1ac6bf37d361f93e6a3af9c2
3
+ size 686574202
checkpoint-2380/preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
checkpoint-2380/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da985cf6e4426c2b38657d65b035877c75e77b8c965bdcd45c9f6896bcf76cc5
3
+ size 14244
checkpoint-2380/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fa9cac65fa959236a11256995aeb39a6f03fbdd5b4df1ade069c14c6e31195
3
+ size 1064
checkpoint-2380/trainer_state.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 2380,
3
+ "best_metric": 0.3653119206428528,
4
+ "best_model_checkpoint": "siglip2-finetune-full/checkpoint-2380",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 2380,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.8403361344537815,
14
+ "grad_norm": 34.64095687866211,
15
+ "learning_rate": 1.613733905579399e-06,
16
+ "loss": 0.7877,
17
+ "step": 500
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.8128418174169121,
22
+ "eval_loss": 0.49009865522384644,
23
+ "eval_model_preparation_time": 0.0025,
24
+ "eval_runtime": 301.6339,
25
+ "eval_samples_per_second": 63.043,
26
+ "eval_steps_per_second": 7.88,
27
+ "step": 595
28
+ },
29
+ {
30
+ "epoch": 1.680672268907563,
31
+ "grad_norm": 41.711463928222656,
32
+ "learning_rate": 1.184549356223176e-06,
33
+ "loss": 0.5172,
34
+ "step": 1000
35
+ },
36
+ {
37
+ "epoch": 2.0,
38
+ "eval_accuracy": 0.8276714345814051,
39
+ "eval_loss": 0.4487505853176117,
40
+ "eval_model_preparation_time": 0.0025,
41
+ "eval_runtime": 302.0322,
42
+ "eval_samples_per_second": 62.96,
43
+ "eval_steps_per_second": 7.87,
44
+ "step": 1190
45
+ },
46
+ {
47
+ "epoch": 2.5210084033613445,
48
+ "grad_norm": 37.414634704589844,
49
+ "learning_rate": 7.553648068669529e-07,
50
+ "loss": 0.4574,
51
+ "step": 1500
52
+ },
53
+ {
54
+ "epoch": 3.0,
55
+ "eval_accuracy": 0.8513357172907026,
56
+ "eval_loss": 0.3799979090690613,
57
+ "eval_model_preparation_time": 0.0025,
58
+ "eval_runtime": 301.7801,
59
+ "eval_samples_per_second": 63.013,
60
+ "eval_steps_per_second": 7.877,
61
+ "step": 1785
62
+ },
63
+ {
64
+ "epoch": 3.361344537815126,
65
+ "grad_norm": 39.32271957397461,
66
+ "learning_rate": 3.261802575107296e-07,
67
+ "loss": 0.405,
68
+ "step": 2000
69
+ },
70
+ {
71
+ "epoch": 4.0,
72
+ "eval_accuracy": 0.8583298275136727,
73
+ "eval_loss": 0.3653119206428528,
74
+ "eval_model_preparation_time": 0.0025,
75
+ "eval_runtime": 305.6416,
76
+ "eval_samples_per_second": 62.217,
77
+ "eval_steps_per_second": 7.777,
78
+ "step": 2380
79
+ }
80
+ ],
81
+ "logging_steps": 500,
82
+ "max_steps": 2380,
83
+ "num_input_tokens_seen": 0,
84
+ "num_train_epochs": 4,
85
+ "save_steps": 500,
86
+ "stateful_callbacks": {
87
+ "TrainerControl": {
88
+ "args": {
89
+ "should_epoch_stop": false,
90
+ "should_evaluate": false,
91
+ "should_log": false,
92
+ "should_save": true,
93
+ "should_training_stop": true
94
+ },
95
+ "attributes": {}
96
+ }
97
+ },
98
+ "total_flos": 6.370936521755001e+18,
99
+ "train_batch_size": 32,
100
+ "trial_name": null,
101
+ "trial_params": null
102
+ }
checkpoint-2380/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ff2e89b955b9e4f83ca055f98105617928027ddb830251a26d76b910092a18
3
+ size 5304
checkpoint-595/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "id2label": {
6
+ "0": "Child 0-12",
7
+ "1": "Teenager 13-20",
8
+ "2": "Adult 21-44",
9
+ "3": "Middle Age 45-64",
10
+ "4": "Aged 65+"
11
+ },
12
+ "initializer_factor": 1.0,
13
+ "label2id": {
14
+ "Adult 21-44": 2,
15
+ "Aged 65+": 4,
16
+ "Child 0-12": 0,
17
+ "Middle Age 45-64": 3,
18
+ "Teenager 13-20": 1
19
+ },
20
+ "model_type": "siglip",
21
+ "problem_type": "single_label_classification",
22
+ "text_config": {
23
+ "attention_dropout": 0.0,
24
+ "hidden_act": "gelu_pytorch_tanh",
25
+ "hidden_size": 768,
26
+ "intermediate_size": 3072,
27
+ "layer_norm_eps": 1e-06,
28
+ "max_position_embeddings": 64,
29
+ "model_type": "siglip_text_model",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "projection_size": 768,
33
+ "torch_dtype": "float32",
34
+ "vocab_size": 256000
35
+ },
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.50.0",
38
+ "vision_config": {
39
+ "attention_dropout": 0.0,
40
+ "hidden_act": "gelu_pytorch_tanh",
41
+ "hidden_size": 768,
42
+ "image_size": 224,
43
+ "intermediate_size": 3072,
44
+ "layer_norm_eps": 1e-06,
45
+ "model_type": "siglip_vision_model",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "torch_dtype": "float32"
51
+ }
52
+ }
checkpoint-595/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97d6e38ea0e71182d975c07072dae0c3262919d8184b51eac7e7d7c6c39b3ab
3
+ size 371577220
checkpoint-595/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56915c5920fa25da4c854fd7c608ea893bddc567d460afcf212dbb6690255e8f
3
+ size 686574202
checkpoint-595/preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
checkpoint-595/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5181ecb6c4a34a3fa80f328ab2cae756bf09870289fe50718f33f41161538f4d
3
+ size 14244
checkpoint-595/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5811164020a3481f8a2f20668047eb618b74e2acee0bf6b5b3ed4235354ffc63
3
+ size 1064
checkpoint-595/trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 595,
3
+ "best_metric": 0.49009865522384644,
4
+ "best_model_checkpoint": "siglip2-finetune-full/checkpoint-595",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 595,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.8403361344537815,
14
+ "grad_norm": 34.64095687866211,
15
+ "learning_rate": 1.613733905579399e-06,
16
+ "loss": 0.7877,
17
+ "step": 500
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.8128418174169121,
22
+ "eval_loss": 0.49009865522384644,
23
+ "eval_model_preparation_time": 0.0025,
24
+ "eval_runtime": 301.6339,
25
+ "eval_samples_per_second": 63.043,
26
+ "eval_steps_per_second": 7.88,
27
+ "step": 595
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 2380,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 4,
34
+ "save_steps": 500,
35
+ "stateful_callbacks": {
36
+ "TrainerControl": {
37
+ "args": {
38
+ "should_epoch_stop": false,
39
+ "should_evaluate": false,
40
+ "should_log": false,
41
+ "should_save": true,
42
+ "should_training_stop": false
43
+ },
44
+ "attributes": {}
45
+ }
46
+ },
47
+ "total_flos": 1.5927341304387502e+18,
48
+ "train_batch_size": 32,
49
+ "trial_name": null,
50
+ "trial_params": null
51
+ }
checkpoint-595/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ff2e89b955b9e4f83ca055f98105617928027ddb830251a26d76b910092a18
3
+ size 5304
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "id2label": {
6
+ "0": "Child 0-12",
7
+ "1": "Teenager 13-20",
8
+ "2": "Adult 21-44",
9
+ "3": "Middle Age 45-64",
10
+ "4": "Aged 65+"
11
+ },
12
+ "initializer_factor": 1.0,
13
+ "label2id": {
14
+ "Adult 21-44": 2,
15
+ "Aged 65+": 4,
16
+ "Child 0-12": 0,
17
+ "Middle Age 45-64": 3,
18
+ "Teenager 13-20": 1
19
+ },
20
+ "model_type": "siglip",
21
+ "problem_type": "single_label_classification",
22
+ "text_config": {
23
+ "attention_dropout": 0.0,
24
+ "hidden_act": "gelu_pytorch_tanh",
25
+ "hidden_size": 768,
26
+ "intermediate_size": 3072,
27
+ "layer_norm_eps": 1e-06,
28
+ "max_position_embeddings": 64,
29
+ "model_type": "siglip_text_model",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "projection_size": 768,
33
+ "torch_dtype": "float32",
34
+ "vocab_size": 256000
35
+ },
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.50.0",
38
+ "vision_config": {
39
+ "attention_dropout": 0.0,
40
+ "hidden_act": "gelu_pytorch_tanh",
41
+ "hidden_size": 768,
42
+ "image_size": 224,
43
+ "intermediate_size": 3072,
44
+ "layer_norm_eps": 1e-06,
45
+ "model_type": "siglip_vision_model",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "torch_dtype": "float32"
51
+ }
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89a608ceddbec5e496bc057d7939d629041dfc358989d1e3825f9f5aa3d2b31c
3
+ size 371577220
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ff2e89b955b9e4f83ca055f98105617928027ddb830251a26d76b910092a18
3
+ size 5304