Upload folder using huggingface_hub
Browse files- checkpoint-313/config.json +62 -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 +62 -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 +62 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- training_args.bin +3 -0
checkpoint-313/config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "Among Us",
|
7 |
+
"1": "Apex Legends",
|
8 |
+
"2": "Fortnite",
|
9 |
+
"3": "Forza Horizon",
|
10 |
+
"4": "Free Fire",
|
11 |
+
"5": "Genshin Impact",
|
12 |
+
"6": "God of War",
|
13 |
+
"7": "Minecraft",
|
14 |
+
"8": "Roblox",
|
15 |
+
"9": "Terraria"
|
16 |
+
},
|
17 |
+
"initializer_factor": 1.0,
|
18 |
+
"label2id": {
|
19 |
+
"Among Us": 0,
|
20 |
+
"Apex Legends": 1,
|
21 |
+
"Fortnite": 2,
|
22 |
+
"Forza Horizon": 3,
|
23 |
+
"Free Fire": 4,
|
24 |
+
"Genshin Impact": 5,
|
25 |
+
"God of War": 6,
|
26 |
+
"Minecraft": 7,
|
27 |
+
"Roblox": 8,
|
28 |
+
"Terraria": 9
|
29 |
+
},
|
30 |
+
"model_type": "siglip",
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
+
"text_config": {
|
33 |
+
"attention_dropout": 0.0,
|
34 |
+
"hidden_act": "gelu_pytorch_tanh",
|
35 |
+
"hidden_size": 768,
|
36 |
+
"intermediate_size": 3072,
|
37 |
+
"layer_norm_eps": 1e-06,
|
38 |
+
"max_position_embeddings": 64,
|
39 |
+
"model_type": "siglip_text_model",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"projection_size": 768,
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"vocab_size": 256000
|
45 |
+
},
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.50.3",
|
48 |
+
"vision_config": {
|
49 |
+
"attention_dropout": 0.0,
|
50 |
+
"hidden_act": "gelu_pytorch_tanh",
|
51 |
+
"hidden_size": 768,
|
52 |
+
"image_size": 224,
|
53 |
+
"intermediate_size": 3072,
|
54 |
+
"layer_norm_eps": 1e-06,
|
55 |
+
"model_type": "siglip_vision_model",
|
56 |
+
"num_attention_heads": 12,
|
57 |
+
"num_channels": 3,
|
58 |
+
"num_hidden_layers": 12,
|
59 |
+
"patch_size": 16,
|
60 |
+
"torch_dtype": "float32"
|
61 |
+
}
|
62 |
+
}
|
checkpoint-313/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9055af7d19d89d949a83d3199dbd2a38a587bf8661a8c7941cb91bfc40e5794
|
3 |
+
size 371592608
|
checkpoint-313/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bcb0e4d9a9188067f8f24cb29dec78f8db68b2e63a79116d75d4ae667944148
|
3 |
+
size 686604922
|
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.1987909972667694,
|
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.9401,
|
15 |
+
"eval_loss": 0.1987909972667694,
|
16 |
+
"eval_model_preparation_time": 0.0036,
|
17 |
+
"eval_runtime": 204.0582,
|
18 |
+
"eval_samples_per_second": 49.006,
|
19 |
+
"eval_steps_per_second": 6.126,
|
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.3761052110848e+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:95bb653dd97d78b7753ea82d077c8996b72fa1550f7010f4232616eb9770e680
|
3 |
+
size 5304
|
checkpoint-626/config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "Among Us",
|
7 |
+
"1": "Apex Legends",
|
8 |
+
"2": "Fortnite",
|
9 |
+
"3": "Forza Horizon",
|
10 |
+
"4": "Free Fire",
|
11 |
+
"5": "Genshin Impact",
|
12 |
+
"6": "God of War",
|
13 |
+
"7": "Minecraft",
|
14 |
+
"8": "Roblox",
|
15 |
+
"9": "Terraria"
|
16 |
+
},
|
17 |
+
"initializer_factor": 1.0,
|
18 |
+
"label2id": {
|
19 |
+
"Among Us": 0,
|
20 |
+
"Apex Legends": 1,
|
21 |
+
"Fortnite": 2,
|
22 |
+
"Forza Horizon": 3,
|
23 |
+
"Free Fire": 4,
|
24 |
+
"Genshin Impact": 5,
|
25 |
+
"God of War": 6,
|
26 |
+
"Minecraft": 7,
|
27 |
+
"Roblox": 8,
|
28 |
+
"Terraria": 9
|
29 |
+
},
|
30 |
+
"model_type": "siglip",
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
+
"text_config": {
|
33 |
+
"attention_dropout": 0.0,
|
34 |
+
"hidden_act": "gelu_pytorch_tanh",
|
35 |
+
"hidden_size": 768,
|
36 |
+
"intermediate_size": 3072,
|
37 |
+
"layer_norm_eps": 1e-06,
|
38 |
+
"max_position_embeddings": 64,
|
39 |
+
"model_type": "siglip_text_model",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"projection_size": 768,
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"vocab_size": 256000
|
45 |
+
},
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.50.3",
|
48 |
+
"vision_config": {
|
49 |
+
"attention_dropout": 0.0,
|
50 |
+
"hidden_act": "gelu_pytorch_tanh",
|
51 |
+
"hidden_size": 768,
|
52 |
+
"image_size": 224,
|
53 |
+
"intermediate_size": 3072,
|
54 |
+
"layer_norm_eps": 1e-06,
|
55 |
+
"model_type": "siglip_vision_model",
|
56 |
+
"num_attention_heads": 12,
|
57 |
+
"num_channels": 3,
|
58 |
+
"num_hidden_layers": 12,
|
59 |
+
"patch_size": 16,
|
60 |
+
"torch_dtype": "float32"
|
61 |
+
}
|
62 |
+
}
|
checkpoint-626/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:379eade52d34ea9610b2b926049ddddf3bae5db061ad7564bae5c6d704db749e
|
3 |
+
size 371592608
|
checkpoint-626/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b5e4cc825a963d2bc310fb8a2c5f5d22f67bd54463356bb15793abb7f2caf06
|
3 |
+
size 686604922
|
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.027753479778766632,
|
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.9401,
|
15 |
+
"eval_loss": 0.1987909972667694,
|
16 |
+
"eval_model_preparation_time": 0.0036,
|
17 |
+
"eval_runtime": 204.0582,
|
18 |
+
"eval_samples_per_second": 49.006,
|
19 |
+
"eval_steps_per_second": 6.126,
|
20 |
+
"step": 313
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 1.5974440894568689,
|
24 |
+
"grad_norm": 9.541287422180176,
|
25 |
+
"learning_rate": 4.375e-05,
|
26 |
+
"loss": 0.3678,
|
27 |
+
"step": 500
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 2.0,
|
31 |
+
"eval_accuracy": 0.9918,
|
32 |
+
"eval_loss": 0.027753479778766632,
|
33 |
+
"eval_model_preparation_time": 0.0036,
|
34 |
+
"eval_runtime": 204.2755,
|
35 |
+
"eval_samples_per_second": 48.954,
|
36 |
+
"eval_steps_per_second": 6.119,
|
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.67522104221696e+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:95bb653dd97d78b7753ea82d077c8996b72fa1550f7010f4232616eb9770e680
|
3 |
+
size 5304
|
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipForImageClassification"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "Among Us",
|
7 |
+
"1": "Apex Legends",
|
8 |
+
"2": "Fortnite",
|
9 |
+
"3": "Forza Horizon",
|
10 |
+
"4": "Free Fire",
|
11 |
+
"5": "Genshin Impact",
|
12 |
+
"6": "God of War",
|
13 |
+
"7": "Minecraft",
|
14 |
+
"8": "Roblox",
|
15 |
+
"9": "Terraria"
|
16 |
+
},
|
17 |
+
"initializer_factor": 1.0,
|
18 |
+
"label2id": {
|
19 |
+
"Among Us": 0,
|
20 |
+
"Apex Legends": 1,
|
21 |
+
"Fortnite": 2,
|
22 |
+
"Forza Horizon": 3,
|
23 |
+
"Free Fire": 4,
|
24 |
+
"Genshin Impact": 5,
|
25 |
+
"God of War": 6,
|
26 |
+
"Minecraft": 7,
|
27 |
+
"Roblox": 8,
|
28 |
+
"Terraria": 9
|
29 |
+
},
|
30 |
+
"model_type": "siglip",
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
+
"text_config": {
|
33 |
+
"attention_dropout": 0.0,
|
34 |
+
"hidden_act": "gelu_pytorch_tanh",
|
35 |
+
"hidden_size": 768,
|
36 |
+
"intermediate_size": 3072,
|
37 |
+
"layer_norm_eps": 1e-06,
|
38 |
+
"max_position_embeddings": 64,
|
39 |
+
"model_type": "siglip_text_model",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"projection_size": 768,
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"vocab_size": 256000
|
45 |
+
},
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.50.3",
|
48 |
+
"vision_config": {
|
49 |
+
"attention_dropout": 0.0,
|
50 |
+
"hidden_act": "gelu_pytorch_tanh",
|
51 |
+
"hidden_size": 768,
|
52 |
+
"image_size": 224,
|
53 |
+
"intermediate_size": 3072,
|
54 |
+
"layer_norm_eps": 1e-06,
|
55 |
+
"model_type": "siglip_vision_model",
|
56 |
+
"num_attention_heads": 12,
|
57 |
+
"num_channels": 3,
|
58 |
+
"num_hidden_layers": 12,
|
59 |
+
"patch_size": 16,
|
60 |
+
"torch_dtype": "float32"
|
61 |
+
}
|
62 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:379eade52d34ea9610b2b926049ddddf3bae5db061ad7564bae5c6d704db749e
|
3 |
+
size 371592608
|
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:95bb653dd97d78b7753ea82d077c8996b72fa1550f7010f4232616eb9770e680
|
3 |
+
size 5304
|