Upload folder using huggingface_hub
Browse files- checkpoint-208/config.json +56 -0
- checkpoint-208/model.safetensors +3 -0
- checkpoint-208/optimizer.pt +3 -0
- checkpoint-208/preprocessor_config.json +24 -0
- checkpoint-208/rng_state.pth +3 -0
- checkpoint-208/scheduler.pt +3 -0
- checkpoint-208/trainer_state.json +44 -0
- checkpoint-208/training_args.bin +3 -0
- checkpoint-416/config.json +56 -0
- checkpoint-416/model.safetensors +3 -0
- checkpoint-416/optimizer.pt +3 -0
- checkpoint-416/preprocessor_config.json +24 -0
- checkpoint-416/rng_state.pth +3 -0
- checkpoint-416/scheduler.pt +3 -0
- checkpoint-416/trainer_state.json +54 -0
- checkpoint-416/training_args.bin +3 -0
- config.json +56 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- training_args.bin +3 -0
checkpoint-208/config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "badminton",
|
7 |
+
"1": "cricket",
|
8 |
+
"2": "football",
|
9 |
+
"3": "karate",
|
10 |
+
"4": "swimming",
|
11 |
+
"5": "tennis",
|
12 |
+
"6": "wrestling"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"badminton": 0,
|
17 |
+
"cricket": 1,
|
18 |
+
"football": 2,
|
19 |
+
"karate": 3,
|
20 |
+
"swimming": 4,
|
21 |
+
"tennis": 5,
|
22 |
+
"wrestling": 6
|
23 |
+
},
|
24 |
+
"model_type": "siglip",
|
25 |
+
"problem_type": "single_label_classification",
|
26 |
+
"text_config": {
|
27 |
+
"attention_dropout": 0.0,
|
28 |
+
"hidden_act": "gelu_pytorch_tanh",
|
29 |
+
"hidden_size": 768,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"layer_norm_eps": 1e-06,
|
32 |
+
"max_position_embeddings": 64,
|
33 |
+
"model_type": "siglip_text_model",
|
34 |
+
"num_attention_heads": 12,
|
35 |
+
"num_hidden_layers": 12,
|
36 |
+
"projection_size": 768,
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"vocab_size": 256000
|
39 |
+
},
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.50.0",
|
42 |
+
"vision_config": {
|
43 |
+
"attention_dropout": 0.0,
|
44 |
+
"hidden_act": "gelu_pytorch_tanh",
|
45 |
+
"hidden_size": 768,
|
46 |
+
"image_size": 224,
|
47 |
+
"intermediate_size": 3072,
|
48 |
+
"layer_norm_eps": 1e-06,
|
49 |
+
"model_type": "siglip_vision_model",
|
50 |
+
"num_attention_heads": 12,
|
51 |
+
"num_channels": 3,
|
52 |
+
"num_hidden_layers": 12,
|
53 |
+
"patch_size": 16,
|
54 |
+
"torch_dtype": "float32"
|
55 |
+
}
|
56 |
+
}
|
checkpoint-208/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f517b61436042b3dc46d6dd54f6da3118121996e8b0dd460149ac3c89e0cee0
|
3 |
+
size 371583372
|
checkpoint-208/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9de6438889965d3291b230f0f5df3e778328b32a7474524e833894b708566e75
|
3 |
+
size 686586490
|
checkpoint-208/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-208/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e3fdd1d92b55d7cc83cc0d736176810d753123ca5f68f76501e86d184b3b12b
|
3 |
+
size 14244
|
checkpoint-208/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3a12c5a7d9b870b80abfdb55c5a66a3fb21e649b6dc60c3d4829d8c6526c235
|
3 |
+
size 1064
|
checkpoint-208/trainer_state.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 208,
|
3 |
+
"best_metric": 0.4392217993736267,
|
4 |
+
"best_model_checkpoint": "siglip2-finetune-full/checkpoint-208",
|
5 |
+
"epoch": 1.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 208,
|
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.850939143501127,
|
15 |
+
"eval_loss": 0.4392217993736267,
|
16 |
+
"eval_model_preparation_time": 0.015,
|
17 |
+
"eval_runtime": 110.4102,
|
18 |
+
"eval_samples_per_second": 60.275,
|
19 |
+
"eval_steps_per_second": 7.536,
|
20 |
+
"step": 208
|
21 |
+
}
|
22 |
+
],
|
23 |
+
"logging_steps": 500,
|
24 |
+
"max_steps": 416,
|
25 |
+
"num_input_tokens_seen": 0,
|
26 |
+
"num_train_epochs": 2,
|
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": false
|
36 |
+
},
|
37 |
+
"attributes": {}
|
38 |
+
}
|
39 |
+
},
|
40 |
+
"total_flos": 5.5741593538262016e+17,
|
41 |
+
"train_batch_size": 32,
|
42 |
+
"trial_name": null,
|
43 |
+
"trial_params": null
|
44 |
+
}
|
checkpoint-208/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:206d195b28a5a4e1f61804a2eec06b109a4be9fa8d841f4d552fca404cebe15f
|
3 |
+
size 5304
|
checkpoint-416/config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "badminton",
|
7 |
+
"1": "cricket",
|
8 |
+
"2": "football",
|
9 |
+
"3": "karate",
|
10 |
+
"4": "swimming",
|
11 |
+
"5": "tennis",
|
12 |
+
"6": "wrestling"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"badminton": 0,
|
17 |
+
"cricket": 1,
|
18 |
+
"football": 2,
|
19 |
+
"karate": 3,
|
20 |
+
"swimming": 4,
|
21 |
+
"tennis": 5,
|
22 |
+
"wrestling": 6
|
23 |
+
},
|
24 |
+
"model_type": "siglip",
|
25 |
+
"problem_type": "single_label_classification",
|
26 |
+
"text_config": {
|
27 |
+
"attention_dropout": 0.0,
|
28 |
+
"hidden_act": "gelu_pytorch_tanh",
|
29 |
+
"hidden_size": 768,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"layer_norm_eps": 1e-06,
|
32 |
+
"max_position_embeddings": 64,
|
33 |
+
"model_type": "siglip_text_model",
|
34 |
+
"num_attention_heads": 12,
|
35 |
+
"num_hidden_layers": 12,
|
36 |
+
"projection_size": 768,
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"vocab_size": 256000
|
39 |
+
},
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.50.0",
|
42 |
+
"vision_config": {
|
43 |
+
"attention_dropout": 0.0,
|
44 |
+
"hidden_act": "gelu_pytorch_tanh",
|
45 |
+
"hidden_size": 768,
|
46 |
+
"image_size": 224,
|
47 |
+
"intermediate_size": 3072,
|
48 |
+
"layer_norm_eps": 1e-06,
|
49 |
+
"model_type": "siglip_vision_model",
|
50 |
+
"num_attention_heads": 12,
|
51 |
+
"num_channels": 3,
|
52 |
+
"num_hidden_layers": 12,
|
53 |
+
"patch_size": 16,
|
54 |
+
"torch_dtype": "float32"
|
55 |
+
}
|
56 |
+
}
|
checkpoint-416/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:748759b87033419e293eaaf1e814c0d37cfba3513478480e6c8fa39130db3411
|
3 |
+
size 371583372
|
checkpoint-416/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fea13e67ec3bd542d637cdf04dd4faff980c2c2eb13609f487a11f03210fa527
|
3 |
+
size 686586490
|
checkpoint-416/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-416/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ace94a167b8706ffd10ed7fe55fd4e6e1aa28d39b8302a0dffb2c789f968a4e2
|
3 |
+
size 14244
|
checkpoint-416/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdc263a9f9611b19bd5578692a89cdfab97826a1462e341c1f06283240becc2b
|
3 |
+
size 1064
|
checkpoint-416/trainer_state.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 416,
|
3 |
+
"best_metric": 0.11097919195890427,
|
4 |
+
"best_model_checkpoint": "siglip2-finetune-full/checkpoint-416",
|
5 |
+
"epoch": 2.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 416,
|
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.850939143501127,
|
15 |
+
"eval_loss": 0.4392217993736267,
|
16 |
+
"eval_model_preparation_time": 0.015,
|
17 |
+
"eval_runtime": 110.4102,
|
18 |
+
"eval_samples_per_second": 60.275,
|
19 |
+
"eval_steps_per_second": 7.536,
|
20 |
+
"step": 208
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 2.0,
|
24 |
+
"eval_accuracy": 0.9606311044327573,
|
25 |
+
"eval_loss": 0.11097919195890427,
|
26 |
+
"eval_model_preparation_time": 0.015,
|
27 |
+
"eval_runtime": 110.4852,
|
28 |
+
"eval_samples_per_second": 60.234,
|
29 |
+
"eval_steps_per_second": 7.53,
|
30 |
+
"step": 416
|
31 |
+
}
|
32 |
+
],
|
33 |
+
"logging_steps": 500,
|
34 |
+
"max_steps": 416,
|
35 |
+
"num_input_tokens_seen": 0,
|
36 |
+
"num_train_epochs": 2,
|
37 |
+
"save_steps": 500,
|
38 |
+
"stateful_callbacks": {
|
39 |
+
"TrainerControl": {
|
40 |
+
"args": {
|
41 |
+
"should_epoch_stop": false,
|
42 |
+
"should_evaluate": false,
|
43 |
+
"should_log": false,
|
44 |
+
"should_save": true,
|
45 |
+
"should_training_stop": true
|
46 |
+
},
|
47 |
+
"attributes": {}
|
48 |
+
}
|
49 |
+
},
|
50 |
+
"total_flos": 1.1148318707652403e+18,
|
51 |
+
"train_batch_size": 32,
|
52 |
+
"trial_name": null,
|
53 |
+
"trial_params": null
|
54 |
+
}
|
checkpoint-416/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:206d195b28a5a4e1f61804a2eec06b109a4be9fa8d841f4d552fca404cebe15f
|
3 |
+
size 5304
|
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "badminton",
|
7 |
+
"1": "cricket",
|
8 |
+
"2": "football",
|
9 |
+
"3": "karate",
|
10 |
+
"4": "swimming",
|
11 |
+
"5": "tennis",
|
12 |
+
"6": "wrestling"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"badminton": 0,
|
17 |
+
"cricket": 1,
|
18 |
+
"football": 2,
|
19 |
+
"karate": 3,
|
20 |
+
"swimming": 4,
|
21 |
+
"tennis": 5,
|
22 |
+
"wrestling": 6
|
23 |
+
},
|
24 |
+
"model_type": "siglip",
|
25 |
+
"problem_type": "single_label_classification",
|
26 |
+
"text_config": {
|
27 |
+
"attention_dropout": 0.0,
|
28 |
+
"hidden_act": "gelu_pytorch_tanh",
|
29 |
+
"hidden_size": 768,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"layer_norm_eps": 1e-06,
|
32 |
+
"max_position_embeddings": 64,
|
33 |
+
"model_type": "siglip_text_model",
|
34 |
+
"num_attention_heads": 12,
|
35 |
+
"num_hidden_layers": 12,
|
36 |
+
"projection_size": 768,
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"vocab_size": 256000
|
39 |
+
},
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.50.0",
|
42 |
+
"vision_config": {
|
43 |
+
"attention_dropout": 0.0,
|
44 |
+
"hidden_act": "gelu_pytorch_tanh",
|
45 |
+
"hidden_size": 768,
|
46 |
+
"image_size": 224,
|
47 |
+
"intermediate_size": 3072,
|
48 |
+
"layer_norm_eps": 1e-06,
|
49 |
+
"model_type": "siglip_vision_model",
|
50 |
+
"num_attention_heads": 12,
|
51 |
+
"num_channels": 3,
|
52 |
+
"num_hidden_layers": 12,
|
53 |
+
"patch_size": 16,
|
54 |
+
"torch_dtype": "float32"
|
55 |
+
}
|
56 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:748759b87033419e293eaaf1e814c0d37cfba3513478480e6c8fa39130db3411
|
3 |
+
size 371583372
|
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:206d195b28a5a4e1f61804a2eec06b109a4be9fa8d841f4d552fca404cebe15f
|
3 |
+
size 5304
|