prithivMLmods commited on
Commit
22b071a
·
verified ·
1 Parent(s): 3580a69

Upload folder using huggingface_hub

Browse files
checkpoint-190/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "id2label": {
6
+ "0": "Fire",
7
+ "1": "Normal",
8
+ "2": "Smoke"
9
+ },
10
+ "initializer_factor": 1.0,
11
+ "label2id": {
12
+ "Fire": 0,
13
+ "Normal": 1,
14
+ "Smoke": 2
15
+ },
16
+ "model_type": "siglip",
17
+ "problem_type": "single_label_classification",
18
+ "text_config": {
19
+ "attention_dropout": 0.0,
20
+ "hidden_act": "gelu_pytorch_tanh",
21
+ "hidden_size": 768,
22
+ "intermediate_size": 3072,
23
+ "layer_norm_eps": 1e-06,
24
+ "max_position_embeddings": 64,
25
+ "model_type": "siglip_text_model",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "projection_size": 768,
29
+ "torch_dtype": "float32",
30
+ "vocab_size": 256000
31
+ },
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.50.0",
34
+ "vision_config": {
35
+ "attention_dropout": 0.0,
36
+ "hidden_act": "gelu_pytorch_tanh",
37
+ "hidden_size": 768,
38
+ "image_size": 224,
39
+ "intermediate_size": 3072,
40
+ "layer_norm_eps": 1e-06,
41
+ "model_type": "siglip_vision_model",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "torch_dtype": "float32"
47
+ }
48
+ }
checkpoint-190/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f961b8e17cde103392a0c9af75d35c5514b35a010c9fdb0054f01000d5ab45ad
3
+ size 371571068
checkpoint-190/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba38e7ff83148c4c8cef8d2342f8b1fd3c9b8af9021fdf81660e5d15cf3b615
3
+ size 686561914
checkpoint-190/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-190/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad2f6fc843bd158e1c114057b33673e635d72db093d12953de809c2bfc495b3
3
+ size 14244
checkpoint-190/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e610dd5e9f27fcc75487bd147a6e92e36d0c3d068f260ff6e94230dced07d21d
3
+ size 1064
checkpoint-190/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 190,
3
+ "best_metric": 0.017047207802534103,
4
+ "best_model_checkpoint": "siglip2-finetune-full/checkpoint-190",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 190,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.9952145214521452,
15
+ "eval_loss": 0.017047207802534103,
16
+ "eval_model_preparation_time": 0.0029,
17
+ "eval_runtime": 138.3112,
18
+ "eval_samples_per_second": 43.814,
19
+ "eval_steps_per_second": 5.48,
20
+ "step": 190
21
+ }
22
+ ],
23
+ "logging_steps": 500,
24
+ "max_steps": 190,
25
+ "num_input_tokens_seen": 0,
26
+ "num_train_epochs": 1,
27
+ "save_steps": 500,
28
+ "stateful_callbacks": {
29
+ "TrainerControl": {
30
+ "args": {
31
+ "should_epoch_stop": false,
32
+ "should_evaluate": false,
33
+ "should_log": false,
34
+ "should_save": true,
35
+ "should_training_stop": true
36
+ },
37
+ "attributes": {}
38
+ }
39
+ },
40
+ "total_flos": 5.0756251356647424e+17,
41
+ "train_batch_size": 32,
42
+ "trial_name": null,
43
+ "trial_params": null
44
+ }
checkpoint-190/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29064adbe2b22f7eaf6e0a92db12e831b1d130e3f498216cf002f824bd28bba8
3
+ size 5304
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "id2label": {
6
+ "0": "Fire",
7
+ "1": "Normal",
8
+ "2": "Smoke"
9
+ },
10
+ "initializer_factor": 1.0,
11
+ "label2id": {
12
+ "Fire": 0,
13
+ "Normal": 1,
14
+ "Smoke": 2
15
+ },
16
+ "model_type": "siglip",
17
+ "problem_type": "single_label_classification",
18
+ "text_config": {
19
+ "attention_dropout": 0.0,
20
+ "hidden_act": "gelu_pytorch_tanh",
21
+ "hidden_size": 768,
22
+ "intermediate_size": 3072,
23
+ "layer_norm_eps": 1e-06,
24
+ "max_position_embeddings": 64,
25
+ "model_type": "siglip_text_model",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "projection_size": 768,
29
+ "torch_dtype": "float32",
30
+ "vocab_size": 256000
31
+ },
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.50.0",
34
+ "vision_config": {
35
+ "attention_dropout": 0.0,
36
+ "hidden_act": "gelu_pytorch_tanh",
37
+ "hidden_size": 768,
38
+ "image_size": 224,
39
+ "intermediate_size": 3072,
40
+ "layer_norm_eps": 1e-06,
41
+ "model_type": "siglip_vision_model",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "torch_dtype": "float32"
47
+ }
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f961b8e17cde103392a0c9af75d35c5514b35a010c9fdb0054f01000d5ab45ad
3
+ size 371571068
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:29064adbe2b22f7eaf6e0a92db12e831b1d130e3f498216cf002f824bd28bba8
3
+ size 5304