Upload folder using huggingface_hub
Browse files- checkpoint-1449/config.json +36 -0
- checkpoint-1449/model.safetensors +3 -0
- checkpoint-1449/optimizer.pt +3 -0
- checkpoint-1449/preprocessor_config.json +24 -0
- checkpoint-1449/rng_state.pth +3 -0
- checkpoint-1449/scheduler.pt +3 -0
- checkpoint-1449/trainer_state.json +77 -0
- checkpoint-1449/training_args.bin +3 -0
- checkpoint-1932/config.json +36 -0
- checkpoint-1932/model.safetensors +3 -0
- checkpoint-1932/optimizer.pt +3 -0
- checkpoint-1932/preprocessor_config.json +24 -0
- checkpoint-1932/rng_state.pth +3 -0
- checkpoint-1932/scheduler.pt +3 -0
- checkpoint-1932/trainer_state.json +94 -0
- checkpoint-1932/training_args.bin +3 -0
- checkpoint-483/config.json +36 -0
- checkpoint-483/model.safetensors +3 -0
- checkpoint-483/optimizer.pt +3 -0
- checkpoint-483/preprocessor_config.json +24 -0
- checkpoint-483/rng_state.pth +3 -0
- checkpoint-483/scheduler.pt +3 -0
- checkpoint-483/trainer_state.json +43 -0
- checkpoint-483/training_args.bin +3 -0
- checkpoint-966/config.json +36 -0
- checkpoint-966/model.safetensors +3 -0
- checkpoint-966/optimizer.pt +3 -0
- checkpoint-966/preprocessor_config.json +24 -0
- checkpoint-966/rng_state.pth +3 -0
- checkpoint-966/scheduler.pt +3 -0
- checkpoint-966/trainer_state.json +60 -0
- checkpoint-966/training_args.bin +3 -0
- config.json +36 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- training_args.bin +3 -0
checkpoint-1449/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Ahegao",
|
8 |
+
"1": "Angry",
|
9 |
+
"2": "Happy",
|
10 |
+
"3": "Neutral",
|
11 |
+
"4": "Sad",
|
12 |
+
"5": "Surprise"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"Ahegao": 0,
|
17 |
+
"Angry": 1,
|
18 |
+
"Happy": 2,
|
19 |
+
"Neutral": 3,
|
20 |
+
"Sad": 4,
|
21 |
+
"Surprise": 5
|
22 |
+
},
|
23 |
+
"model_type": "siglip",
|
24 |
+
"problem_type": "single_label_classification",
|
25 |
+
"text_config": {
|
26 |
+
"model_type": "siglip_text_model",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"vocab_size": 256000
|
29 |
+
},
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.50.0.dev0",
|
32 |
+
"vision_config": {
|
33 |
+
"model_type": "siglip_vision_model",
|
34 |
+
"torch_dtype": "float32"
|
35 |
+
}
|
36 |
+
}
|
checkpoint-1449/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ba56dd305469eeeda5377fec2ea780b385a5d97fa5d28969823167cbc30623e
|
3 |
+
size 371580296
|
checkpoint-1449/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc9197c08faa5d89cc19ebf83e1ef474bb0b23d54ecbb283505ee7a6c55385ab
|
3 |
+
size 686580346
|
checkpoint-1449/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-1449/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21454ef47ba3173e48d1c9e8068518a95163bc993258e8a1ec2796cac5c51cce
|
3 |
+
size 14244
|
checkpoint-1449/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ec0a0db4c381ccf431882909e302e93f861895936d247b8bbdf57a27179c2d6
|
3 |
+
size 1064
|
checkpoint-1449/trainer_state.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.35378891229629517,
|
3 |
+
"best_model_checkpoint": "emotion-detect-siglip2/checkpoint-1449",
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1449,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.8240471105934123,
|
14 |
+
"eval_loss": 0.46621787548065186,
|
15 |
+
"eval_model_preparation_time": 0.0024,
|
16 |
+
"eval_runtime": 272.0398,
|
17 |
+
"eval_samples_per_second": 56.804,
|
18 |
+
"eval_steps_per_second": 7.102,
|
19 |
+
"step": 483
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 1.0351966873706004,
|
23 |
+
"grad_norm": 39.48198699951172,
|
24 |
+
"learning_rate": 2.2826780021253984e-06,
|
25 |
+
"loss": 0.8459,
|
26 |
+
"step": 500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.0,
|
30 |
+
"eval_accuracy": 0.8499320520287322,
|
31 |
+
"eval_loss": 0.39572280645370483,
|
32 |
+
"eval_model_preparation_time": 0.0024,
|
33 |
+
"eval_runtime": 272.1416,
|
34 |
+
"eval_samples_per_second": 56.783,
|
35 |
+
"eval_steps_per_second": 7.099,
|
36 |
+
"step": 966
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 2.070393374741201,
|
40 |
+
"grad_norm": 36.067955017089844,
|
41 |
+
"learning_rate": 1.485653560042508e-06,
|
42 |
+
"loss": 0.4851,
|
43 |
+
"step": 1000
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"epoch": 3.0,
|
47 |
+
"eval_accuracy": 0.866045428072219,
|
48 |
+
"eval_loss": 0.35378891229629517,
|
49 |
+
"eval_model_preparation_time": 0.0024,
|
50 |
+
"eval_runtime": 274.1161,
|
51 |
+
"eval_samples_per_second": 56.374,
|
52 |
+
"eval_steps_per_second": 7.048,
|
53 |
+
"step": 1449
|
54 |
+
}
|
55 |
+
],
|
56 |
+
"logging_steps": 500,
|
57 |
+
"max_steps": 1932,
|
58 |
+
"num_input_tokens_seen": 0,
|
59 |
+
"num_train_epochs": 4,
|
60 |
+
"save_steps": 500,
|
61 |
+
"stateful_callbacks": {
|
62 |
+
"TrainerControl": {
|
63 |
+
"args": {
|
64 |
+
"should_epoch_stop": false,
|
65 |
+
"should_evaluate": false,
|
66 |
+
"should_log": false,
|
67 |
+
"should_save": true,
|
68 |
+
"should_training_stop": false
|
69 |
+
},
|
70 |
+
"attributes": {}
|
71 |
+
}
|
72 |
+
},
|
73 |
+
"total_flos": 3.8829498227935027e+18,
|
74 |
+
"train_batch_size": 32,
|
75 |
+
"trial_name": null,
|
76 |
+
"trial_params": null
|
77 |
+
}
|
checkpoint-1449/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20c0a82ce40e123bcddc61834f2c2347336ac78031e95f9c7a76b42c2150d691
|
3 |
+
size 5304
|
checkpoint-1932/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Ahegao",
|
8 |
+
"1": "Angry",
|
9 |
+
"2": "Happy",
|
10 |
+
"3": "Neutral",
|
11 |
+
"4": "Sad",
|
12 |
+
"5": "Surprise"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"Ahegao": 0,
|
17 |
+
"Angry": 1,
|
18 |
+
"Happy": 2,
|
19 |
+
"Neutral": 3,
|
20 |
+
"Sad": 4,
|
21 |
+
"Surprise": 5
|
22 |
+
},
|
23 |
+
"model_type": "siglip",
|
24 |
+
"problem_type": "single_label_classification",
|
25 |
+
"text_config": {
|
26 |
+
"model_type": "siglip_text_model",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"vocab_size": 256000
|
29 |
+
},
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.50.0.dev0",
|
32 |
+
"vision_config": {
|
33 |
+
"model_type": "siglip_vision_model",
|
34 |
+
"torch_dtype": "float32"
|
35 |
+
}
|
36 |
+
}
|
checkpoint-1932/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588eb8ef63533f4a6e4f195836b60ae0bafb147ff8e1abbddd1f2e5e71d02bbe
|
3 |
+
size 371580296
|
checkpoint-1932/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba125d4780bc05e4b6946f2299106c741088d4f9b9b202044e0eface72c508be
|
3 |
+
size 686580346
|
checkpoint-1932/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-1932/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fd4bd1e8c7048911a4041f49931603d186a1a11d2d258ed4041f701f70e4103
|
3 |
+
size 14244
|
checkpoint-1932/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ee7e9edb8516ca1d93217d012c582aea1fc3dc3af5503cb8d007eef7c39e69f
|
3 |
+
size 1064
|
checkpoint-1932/trainer_state.json
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.34667935967445374,
|
3 |
+
"best_model_checkpoint": "emotion-detect-siglip2/checkpoint-1932",
|
4 |
+
"epoch": 4.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1932,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.8240471105934123,
|
14 |
+
"eval_loss": 0.46621787548065186,
|
15 |
+
"eval_model_preparation_time": 0.0024,
|
16 |
+
"eval_runtime": 272.0398,
|
17 |
+
"eval_samples_per_second": 56.804,
|
18 |
+
"eval_steps_per_second": 7.102,
|
19 |
+
"step": 483
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 1.0351966873706004,
|
23 |
+
"grad_norm": 39.48198699951172,
|
24 |
+
"learning_rate": 2.2826780021253984e-06,
|
25 |
+
"loss": 0.8459,
|
26 |
+
"step": 500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.0,
|
30 |
+
"eval_accuracy": 0.8499320520287322,
|
31 |
+
"eval_loss": 0.39572280645370483,
|
32 |
+
"eval_model_preparation_time": 0.0024,
|
33 |
+
"eval_runtime": 272.1416,
|
34 |
+
"eval_samples_per_second": 56.783,
|
35 |
+
"eval_steps_per_second": 7.099,
|
36 |
+
"step": 966
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 2.070393374741201,
|
40 |
+
"grad_norm": 36.067955017089844,
|
41 |
+
"learning_rate": 1.485653560042508e-06,
|
42 |
+
"loss": 0.4851,
|
43 |
+
"step": 1000
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"epoch": 3.0,
|
47 |
+
"eval_accuracy": 0.866045428072219,
|
48 |
+
"eval_loss": 0.35378891229629517,
|
49 |
+
"eval_model_preparation_time": 0.0024,
|
50 |
+
"eval_runtime": 274.1161,
|
51 |
+
"eval_samples_per_second": 56.374,
|
52 |
+
"eval_steps_per_second": 7.048,
|
53 |
+
"step": 1449
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 3.1055900621118013,
|
57 |
+
"grad_norm": 40.64104461669922,
|
58 |
+
"learning_rate": 6.886291179596174e-07,
|
59 |
+
"loss": 0.4112,
|
60 |
+
"step": 1500
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 4.0,
|
64 |
+
"eval_accuracy": 0.8664984145473371,
|
65 |
+
"eval_loss": 0.34667935967445374,
|
66 |
+
"eval_model_preparation_time": 0.0024,
|
67 |
+
"eval_runtime": 283.8353,
|
68 |
+
"eval_samples_per_second": 54.444,
|
69 |
+
"eval_steps_per_second": 6.807,
|
70 |
+
"step": 1932
|
71 |
+
}
|
72 |
+
],
|
73 |
+
"logging_steps": 500,
|
74 |
+
"max_steps": 1932,
|
75 |
+
"num_input_tokens_seen": 0,
|
76 |
+
"num_train_epochs": 4,
|
77 |
+
"save_steps": 500,
|
78 |
+
"stateful_callbacks": {
|
79 |
+
"TrainerControl": {
|
80 |
+
"args": {
|
81 |
+
"should_epoch_stop": false,
|
82 |
+
"should_evaluate": false,
|
83 |
+
"should_log": false,
|
84 |
+
"should_save": true,
|
85 |
+
"should_training_stop": true
|
86 |
+
},
|
87 |
+
"attributes": {}
|
88 |
+
}
|
89 |
+
},
|
90 |
+
"total_flos": 5.177266430391337e+18,
|
91 |
+
"train_batch_size": 32,
|
92 |
+
"trial_name": null,
|
93 |
+
"trial_params": null
|
94 |
+
}
|
checkpoint-1932/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20c0a82ce40e123bcddc61834f2c2347336ac78031e95f9c7a76b42c2150d691
|
3 |
+
size 5304
|
checkpoint-483/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Ahegao",
|
8 |
+
"1": "Angry",
|
9 |
+
"2": "Happy",
|
10 |
+
"3": "Neutral",
|
11 |
+
"4": "Sad",
|
12 |
+
"5": "Surprise"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"Ahegao": 0,
|
17 |
+
"Angry": 1,
|
18 |
+
"Happy": 2,
|
19 |
+
"Neutral": 3,
|
20 |
+
"Sad": 4,
|
21 |
+
"Surprise": 5
|
22 |
+
},
|
23 |
+
"model_type": "siglip",
|
24 |
+
"problem_type": "single_label_classification",
|
25 |
+
"text_config": {
|
26 |
+
"model_type": "siglip_text_model",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"vocab_size": 256000
|
29 |
+
},
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.50.0.dev0",
|
32 |
+
"vision_config": {
|
33 |
+
"model_type": "siglip_vision_model",
|
34 |
+
"torch_dtype": "float32"
|
35 |
+
}
|
36 |
+
}
|
checkpoint-483/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97d2b82d2e439a35fabe91bb8f39c63cbed6f3425a8e47354116d7d9977de188
|
3 |
+
size 371580296
|
checkpoint-483/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:946df4a0b13b673d1ce863036ebff65045682525774e6a7905b92b7bf5e1121c
|
3 |
+
size 686580346
|
checkpoint-483/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-483/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eda36b32dde8534120d948cf8396127541426dff1cf1e4c62ff101182a15e585
|
3 |
+
size 14244
|
checkpoint-483/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d17333d1d56f786d382c2f0a4b08ac1715f2f1fc7a272c3bfe0000da3ae030
|
3 |
+
size 1064
|
checkpoint-483/trainer_state.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.46621787548065186,
|
3 |
+
"best_model_checkpoint": "emotion-detect-siglip2/checkpoint-483",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 483,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.8240471105934123,
|
14 |
+
"eval_loss": 0.46621787548065186,
|
15 |
+
"eval_model_preparation_time": 0.0024,
|
16 |
+
"eval_runtime": 272.0398,
|
17 |
+
"eval_samples_per_second": 56.804,
|
18 |
+
"eval_steps_per_second": 7.102,
|
19 |
+
"step": 483
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"logging_steps": 500,
|
23 |
+
"max_steps": 1932,
|
24 |
+
"num_input_tokens_seen": 0,
|
25 |
+
"num_train_epochs": 4,
|
26 |
+
"save_steps": 500,
|
27 |
+
"stateful_callbacks": {
|
28 |
+
"TrainerControl": {
|
29 |
+
"args": {
|
30 |
+
"should_epoch_stop": false,
|
31 |
+
"should_evaluate": false,
|
32 |
+
"should_log": false,
|
33 |
+
"should_save": true,
|
34 |
+
"should_training_stop": false
|
35 |
+
},
|
36 |
+
"attributes": {}
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"total_flos": 1.2943166075978342e+18,
|
40 |
+
"train_batch_size": 32,
|
41 |
+
"trial_name": null,
|
42 |
+
"trial_params": null
|
43 |
+
}
|
checkpoint-483/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20c0a82ce40e123bcddc61834f2c2347336ac78031e95f9c7a76b42c2150d691
|
3 |
+
size 5304
|
checkpoint-966/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Ahegao",
|
8 |
+
"1": "Angry",
|
9 |
+
"2": "Happy",
|
10 |
+
"3": "Neutral",
|
11 |
+
"4": "Sad",
|
12 |
+
"5": "Surprise"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"Ahegao": 0,
|
17 |
+
"Angry": 1,
|
18 |
+
"Happy": 2,
|
19 |
+
"Neutral": 3,
|
20 |
+
"Sad": 4,
|
21 |
+
"Surprise": 5
|
22 |
+
},
|
23 |
+
"model_type": "siglip",
|
24 |
+
"problem_type": "single_label_classification",
|
25 |
+
"text_config": {
|
26 |
+
"model_type": "siglip_text_model",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"vocab_size": 256000
|
29 |
+
},
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.50.0.dev0",
|
32 |
+
"vision_config": {
|
33 |
+
"model_type": "siglip_vision_model",
|
34 |
+
"torch_dtype": "float32"
|
35 |
+
}
|
36 |
+
}
|
checkpoint-966/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0af8a300f256eeb01a86dda485fabd4231e0c22595ec7174dd4918c9b8bf4ea0
|
3 |
+
size 371580296
|
checkpoint-966/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94586a0bef129c9984189545de49f4ff779111819d8c0f8556d94b03803582fb
|
3 |
+
size 686580346
|
checkpoint-966/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-966/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:275265373241056eca0db6f6392fc94cca6d7f84741a31987d885fd2aa233e0a
|
3 |
+
size 14244
|
checkpoint-966/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77e83f3c7a35c8d724b272843d9a8f88c49a7c72888f6076be7cf00b42398bf2
|
3 |
+
size 1064
|
checkpoint-966/trainer_state.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.39572280645370483,
|
3 |
+
"best_model_checkpoint": "emotion-detect-siglip2/checkpoint-966",
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 966,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.8240471105934123,
|
14 |
+
"eval_loss": 0.46621787548065186,
|
15 |
+
"eval_model_preparation_time": 0.0024,
|
16 |
+
"eval_runtime": 272.0398,
|
17 |
+
"eval_samples_per_second": 56.804,
|
18 |
+
"eval_steps_per_second": 7.102,
|
19 |
+
"step": 483
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 1.0351966873706004,
|
23 |
+
"grad_norm": 39.48198699951172,
|
24 |
+
"learning_rate": 2.2826780021253984e-06,
|
25 |
+
"loss": 0.8459,
|
26 |
+
"step": 500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.0,
|
30 |
+
"eval_accuracy": 0.8499320520287322,
|
31 |
+
"eval_loss": 0.39572280645370483,
|
32 |
+
"eval_model_preparation_time": 0.0024,
|
33 |
+
"eval_runtime": 272.1416,
|
34 |
+
"eval_samples_per_second": 56.783,
|
35 |
+
"eval_steps_per_second": 7.099,
|
36 |
+
"step": 966
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"logging_steps": 500,
|
40 |
+
"max_steps": 1932,
|
41 |
+
"num_input_tokens_seen": 0,
|
42 |
+
"num_train_epochs": 4,
|
43 |
+
"save_steps": 500,
|
44 |
+
"stateful_callbacks": {
|
45 |
+
"TrainerControl": {
|
46 |
+
"args": {
|
47 |
+
"should_epoch_stop": false,
|
48 |
+
"should_evaluate": false,
|
49 |
+
"should_log": false,
|
50 |
+
"should_save": true,
|
51 |
+
"should_training_stop": false
|
52 |
+
},
|
53 |
+
"attributes": {}
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"total_flos": 2.5886332151956685e+18,
|
57 |
+
"train_batch_size": 32,
|
58 |
+
"trial_name": null,
|
59 |
+
"trial_params": null
|
60 |
+
}
|
checkpoint-966/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20c0a82ce40e123bcddc61834f2c2347336ac78031e95f9c7a76b42c2150d691
|
3 |
+
size 5304
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Ahegao",
|
8 |
+
"1": "Angry",
|
9 |
+
"2": "Happy",
|
10 |
+
"3": "Neutral",
|
11 |
+
"4": "Sad",
|
12 |
+
"5": "Surprise"
|
13 |
+
},
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"label2id": {
|
16 |
+
"Ahegao": 0,
|
17 |
+
"Angry": 1,
|
18 |
+
"Happy": 2,
|
19 |
+
"Neutral": 3,
|
20 |
+
"Sad": 4,
|
21 |
+
"Surprise": 5
|
22 |
+
},
|
23 |
+
"model_type": "siglip",
|
24 |
+
"problem_type": "single_label_classification",
|
25 |
+
"text_config": {
|
26 |
+
"model_type": "siglip_text_model",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"vocab_size": 256000
|
29 |
+
},
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.50.0.dev0",
|
32 |
+
"vision_config": {
|
33 |
+
"model_type": "siglip_vision_model",
|
34 |
+
"torch_dtype": "float32"
|
35 |
+
}
|
36 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588eb8ef63533f4a6e4f195836b60ae0bafb147ff8e1abbddd1f2e5e71d02bbe
|
3 |
+
size 371580296
|
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:20c0a82ce40e123bcddc61834f2c2347336ac78031e95f9c7a76b42c2150d691
|
3 |
+
size 5304
|