Upload folder using huggingface_hub
Browse files- checkpoint-313/config.json +50 -0
- checkpoint-313/model.safetensors +3 -0
- checkpoint-313/optimizer.pt +3 -0
- checkpoint-313/preprocessor_config.json +24 -0
- checkpoint-313/rng_state.pth +3 -0
- checkpoint-313/scheduler.pt +3 -0
- checkpoint-313/trainer_state.json +44 -0
- checkpoint-313/training_args.bin +3 -0
- checkpoint-626/config.json +50 -0
- checkpoint-626/model.safetensors +3 -0
- checkpoint-626/optimizer.pt +3 -0
- checkpoint-626/preprocessor_config.json +24 -0
- checkpoint-626/rng_state.pth +3 -0
- checkpoint-626/scheduler.pt +3 -0
- checkpoint-626/trainer_state.json +61 -0
- checkpoint-626/training_args.bin +3 -0
- config.json +50 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- training_args.bin +3 -0
checkpoint-313/config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "bot",
|
7 |
+
"1": "cyborg",
|
8 |
+
"2": "real",
|
9 |
+
"3": "verified"
|
10 |
+
},
|
11 |
+
"initializer_factor": 1.0,
|
12 |
+
"label2id": {
|
13 |
+
"bot": 0,
|
14 |
+
"cyborg": 1,
|
15 |
+
"real": 2,
|
16 |
+
"verified": 3
|
17 |
+
},
|
18 |
+
"model_type": "siglip",
|
19 |
+
"problem_type": "single_label_classification",
|
20 |
+
"text_config": {
|
21 |
+
"attention_dropout": 0.0,
|
22 |
+
"hidden_act": "gelu_pytorch_tanh",
|
23 |
+
"hidden_size": 768,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"layer_norm_eps": 1e-06,
|
26 |
+
"max_position_embeddings": 64,
|
27 |
+
"model_type": "siglip_text_model",
|
28 |
+
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 12,
|
30 |
+
"projection_size": 768,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"vocab_size": 256000
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.50.0",
|
36 |
+
"vision_config": {
|
37 |
+
"attention_dropout": 0.0,
|
38 |
+
"hidden_act": "gelu_pytorch_tanh",
|
39 |
+
"hidden_size": 768,
|
40 |
+
"image_size": 224,
|
41 |
+
"intermediate_size": 3072,
|
42 |
+
"layer_norm_eps": 1e-06,
|
43 |
+
"model_type": "siglip_vision_model",
|
44 |
+
"num_attention_heads": 12,
|
45 |
+
"num_channels": 3,
|
46 |
+
"num_hidden_layers": 12,
|
47 |
+
"patch_size": 16,
|
48 |
+
"torch_dtype": "float32"
|
49 |
+
}
|
50 |
+
}
|
checkpoint-313/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c42e56adaf17bcb0c2dbe18acd3d1be7cbbb780990dd64fe7632d986b7942d0b
|
3 |
+
size 371574144
|
checkpoint-313/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a36a3dfd516023e27c97961098f7cecf6ddadcd2698e6af4e4d33409b08825a7
|
3 |
+
size 686568058
|
checkpoint-313/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-313/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5c71b2757636618af226054c8fcdcecbc3433ba8a10b80225be943f6ab9d97d
|
3 |
+
size 14244
|
checkpoint-313/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6810429ff165a89e4ea757f4b5d3738ae0f488ba6664222402d1a349b3f17fe1
|
3 |
+
size 1064
|
checkpoint-313/trainer_state.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 313,
|
3 |
+
"best_metric": 0.18248987197875977,
|
4 |
+
"best_model_checkpoint": "siglip2-finetune-full/checkpoint-313",
|
5 |
+
"epoch": 1.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 313,
|
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.9416,
|
15 |
+
"eval_loss": 0.18248987197875977,
|
16 |
+
"eval_model_preparation_time": 0.0023,
|
17 |
+
"eval_runtime": 241.9878,
|
18 |
+
"eval_samples_per_second": 41.324,
|
19 |
+
"eval_steps_per_second": 5.166,
|
20 |
+
"step": 313
|
21 |
+
}
|
22 |
+
],
|
23 |
+
"logging_steps": 500,
|
24 |
+
"max_steps": 626,
|
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": 8.3756884893696e+17,
|
41 |
+
"train_batch_size": 32,
|
42 |
+
"trial_name": null,
|
43 |
+
"trial_params": null
|
44 |
+
}
|
checkpoint-313/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12dd34e788f5eb534c4b6ac8f57ace245fefa2a536daa2fe035c88d0385d96e8
|
3 |
+
size 5304
|
checkpoint-626/config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "bot",
|
7 |
+
"1": "cyborg",
|
8 |
+
"2": "real",
|
9 |
+
"3": "verified"
|
10 |
+
},
|
11 |
+
"initializer_factor": 1.0,
|
12 |
+
"label2id": {
|
13 |
+
"bot": 0,
|
14 |
+
"cyborg": 1,
|
15 |
+
"real": 2,
|
16 |
+
"verified": 3
|
17 |
+
},
|
18 |
+
"model_type": "siglip",
|
19 |
+
"problem_type": "single_label_classification",
|
20 |
+
"text_config": {
|
21 |
+
"attention_dropout": 0.0,
|
22 |
+
"hidden_act": "gelu_pytorch_tanh",
|
23 |
+
"hidden_size": 768,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"layer_norm_eps": 1e-06,
|
26 |
+
"max_position_embeddings": 64,
|
27 |
+
"model_type": "siglip_text_model",
|
28 |
+
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 12,
|
30 |
+
"projection_size": 768,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"vocab_size": 256000
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.50.0",
|
36 |
+
"vision_config": {
|
37 |
+
"attention_dropout": 0.0,
|
38 |
+
"hidden_act": "gelu_pytorch_tanh",
|
39 |
+
"hidden_size": 768,
|
40 |
+
"image_size": 224,
|
41 |
+
"intermediate_size": 3072,
|
42 |
+
"layer_norm_eps": 1e-06,
|
43 |
+
"model_type": "siglip_vision_model",
|
44 |
+
"num_attention_heads": 12,
|
45 |
+
"num_channels": 3,
|
46 |
+
"num_hidden_layers": 12,
|
47 |
+
"patch_size": 16,
|
48 |
+
"torch_dtype": "float32"
|
49 |
+
}
|
50 |
+
}
|
checkpoint-626/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e86cd4022386f9707be23d566c2e3d958d41f0d27cf521e329e5e0b1b471b47c
|
3 |
+
size 371574144
|
checkpoint-626/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c6819b74ea083dc6fb8ca099ca732510c798a14ed33d1de74cf5ebd21c6f097
|
3 |
+
size 686568058
|
checkpoint-626/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-626/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af82d6208b626c8a56c5a50c572147ca8e3f620beaa54c6797f5e663add1c49b
|
3 |
+
size 14244
|
checkpoint-626/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46d020344d4cdb625fa3ccdabe828dfdae277b492bb5282dbb9f16edd7c73161
|
3 |
+
size 1064
|
checkpoint-626/trainer_state.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 626,
|
3 |
+
"best_metric": 0.08295348286628723,
|
4 |
+
"best_model_checkpoint": "siglip2-finetune-full/checkpoint-626",
|
5 |
+
"epoch": 2.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 626,
|
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.9416,
|
15 |
+
"eval_loss": 0.18248987197875977,
|
16 |
+
"eval_model_preparation_time": 0.0023,
|
17 |
+
"eval_runtime": 241.9878,
|
18 |
+
"eval_samples_per_second": 41.324,
|
19 |
+
"eval_steps_per_second": 5.166,
|
20 |
+
"step": 313
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 1.5974440894568689,
|
24 |
+
"grad_norm": 4.444203853607178,
|
25 |
+
"learning_rate": 4.375e-05,
|
26 |
+
"loss": 0.4169,
|
27 |
+
"step": 500
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 2.0,
|
31 |
+
"eval_accuracy": 0.9559,
|
32 |
+
"eval_loss": 0.08295348286628723,
|
33 |
+
"eval_model_preparation_time": 0.0023,
|
34 |
+
"eval_runtime": 241.3064,
|
35 |
+
"eval_samples_per_second": 41.441,
|
36 |
+
"eval_steps_per_second": 5.18,
|
37 |
+
"step": 626
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"logging_steps": 500,
|
41 |
+
"max_steps": 626,
|
42 |
+
"num_input_tokens_seen": 0,
|
43 |
+
"num_train_epochs": 2,
|
44 |
+
"save_steps": 500,
|
45 |
+
"stateful_callbacks": {
|
46 |
+
"TrainerControl": {
|
47 |
+
"args": {
|
48 |
+
"should_epoch_stop": false,
|
49 |
+
"should_evaluate": false,
|
50 |
+
"should_log": false,
|
51 |
+
"should_save": true,
|
52 |
+
"should_training_stop": true
|
53 |
+
},
|
54 |
+
"attributes": {}
|
55 |
+
}
|
56 |
+
},
|
57 |
+
"total_flos": 1.67513769787392e+18,
|
58 |
+
"train_batch_size": 32,
|
59 |
+
"trial_name": null,
|
60 |
+
"trial_params": null
|
61 |
+
}
|
checkpoint-626/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12dd34e788f5eb534c4b6ac8f57ace245fefa2a536daa2fe035c88d0385d96e8
|
3 |
+
size 5304
|
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "bot",
|
7 |
+
"1": "cyborg",
|
8 |
+
"2": "real",
|
9 |
+
"3": "verified"
|
10 |
+
},
|
11 |
+
"initializer_factor": 1.0,
|
12 |
+
"label2id": {
|
13 |
+
"bot": 0,
|
14 |
+
"cyborg": 1,
|
15 |
+
"real": 2,
|
16 |
+
"verified": 3
|
17 |
+
},
|
18 |
+
"model_type": "siglip",
|
19 |
+
"problem_type": "single_label_classification",
|
20 |
+
"text_config": {
|
21 |
+
"attention_dropout": 0.0,
|
22 |
+
"hidden_act": "gelu_pytorch_tanh",
|
23 |
+
"hidden_size": 768,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"layer_norm_eps": 1e-06,
|
26 |
+
"max_position_embeddings": 64,
|
27 |
+
"model_type": "siglip_text_model",
|
28 |
+
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 12,
|
30 |
+
"projection_size": 768,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"vocab_size": 256000
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.50.0",
|
36 |
+
"vision_config": {
|
37 |
+
"attention_dropout": 0.0,
|
38 |
+
"hidden_act": "gelu_pytorch_tanh",
|
39 |
+
"hidden_size": 768,
|
40 |
+
"image_size": 224,
|
41 |
+
"intermediate_size": 3072,
|
42 |
+
"layer_norm_eps": 1e-06,
|
43 |
+
"model_type": "siglip_vision_model",
|
44 |
+
"num_attention_heads": 12,
|
45 |
+
"num_channels": 3,
|
46 |
+
"num_hidden_layers": 12,
|
47 |
+
"patch_size": 16,
|
48 |
+
"torch_dtype": "float32"
|
49 |
+
}
|
50 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e86cd4022386f9707be23d566c2e3d958d41f0d27cf521e329e5e0b1b471b47c
|
3 |
+
size 371574144
|
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:12dd34e788f5eb534c4b6ac8f57ace245fefa2a536daa2fe035c88d0385d96e8
|
3 |
+
size 5304
|