From 86a8679b6c72657d6e6db4e181a7502565b8dce0 Mon Sep 17 00:00:00 2001 From: yang yingjie Date: Fri, 30 May 2025 14:08:12 +0800 Subject: [PATCH] first commit --- checkpoint-1656/config.json | 52 ++++++++++++++ checkpoint-1656/model.safetensors | 3 + checkpoint-1656/optimizer.pt | 3 + checkpoint-1656/preprocessor_config.json | 24 +++++++ checkpoint-1656/rng_state.pth | 3 + checkpoint-1656/scheduler.pt | 3 + checkpoint-1656/trainer_state.json | 75 +++++++++++++++++++ checkpoint-1656/training_args.bin | 3 + checkpoint-2484/config.json | 52 ++++++++++++++ checkpoint-2484/model.safetensors | 3 + checkpoint-2484/optimizer.pt | 3 + checkpoint-2484/preprocessor_config.json | 24 +++++++ checkpoint-2484/rng_state.pth | 3 + checkpoint-2484/scheduler.pt | 3 + checkpoint-2484/trainer_state.json | 92 ++++++++++++++++++++++++ checkpoint-2484/training_args.bin | 3 + checkpoint-828/config.json | 52 ++++++++++++++ checkpoint-828/model.safetensors | 3 + checkpoint-828/optimizer.pt | 3 + checkpoint-828/preprocessor_config.json | 24 +++++++ checkpoint-828/rng_state.pth | 3 + checkpoint-828/scheduler.pt | 3 + checkpoint-828/trainer_state.json | 51 +++++++++++++ checkpoint-828/training_args.bin | 3 + config.json | 52 ++++++++++++++ model.safetensors | 3 + preprocessor_config.json | 24 +++++++ training_args.bin | 3 + 28 files changed, 573 insertions(+) create mode 100644 checkpoint-1656/config.json create mode 100644 checkpoint-1656/model.safetensors create mode 100644 checkpoint-1656/optimizer.pt create mode 100644 checkpoint-1656/preprocessor_config.json create mode 100644 checkpoint-1656/rng_state.pth create mode 100644 checkpoint-1656/scheduler.pt create mode 100644 checkpoint-1656/trainer_state.json create mode 100644 checkpoint-1656/training_args.bin create mode 100644 checkpoint-2484/config.json create mode 100644 checkpoint-2484/model.safetensors create mode 100644 checkpoint-2484/optimizer.pt create mode 100644 checkpoint-2484/preprocessor_config.json create mode 100644 checkpoint-2484/rng_state.pth create mode 100644 checkpoint-2484/scheduler.pt create mode 100644 checkpoint-2484/trainer_state.json create mode 100644 checkpoint-2484/training_args.bin create mode 100644 checkpoint-828/config.json create mode 100644 checkpoint-828/model.safetensors create mode 100644 checkpoint-828/optimizer.pt create mode 100644 checkpoint-828/preprocessor_config.json create mode 100644 checkpoint-828/rng_state.pth create mode 100644 checkpoint-828/scheduler.pt create mode 100644 checkpoint-828/trainer_state.json create mode 100644 checkpoint-828/training_args.bin create mode 100644 config.json create mode 100644 model.safetensors create mode 100644 preprocessor_config.json create mode 100644 training_args.bin diff --git a/checkpoint-1656/config.json b/checkpoint-1656/config.json new file mode 100644 index 0000000..3c74260 --- /dev/null +++ b/checkpoint-1656/config.json @@ -0,0 +1,52 @@ +{ + "architectures": [ + "SiglipForImageClassification" + ], + "id2label": { + "0": "Anime Picture", + "1": "Hentai", + "2": "Normal", + "3": "Pornography", + "4": "Enticing or Sensual" + }, + "initializer_factor": 1.0, + "label2id": { + "Anime Picture": 0, + "Enticing or Sensual": 4, + "Hentai": 1, + "Normal": 2, + "Pornography": 3 + }, + "model_type": "siglip", + "problem_type": "single_label_classification", + "text_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "max_position_embeddings": 64, + "model_type": "siglip_text_model", + "num_attention_heads": 12, + "num_hidden_layers": 12, + "projection_size": 768, + "torch_dtype": "float32", + "vocab_size": 256000 + }, + "torch_dtype": "float32", + "transformers_version": "4.50.0", + "vision_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "image_size": 256, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "model_type": "siglip_vision_model", + "num_attention_heads": 12, + "num_channels": 3, + "num_hidden_layers": 12, + "patch_size": 16, + "torch_dtype": "float32" + } +} diff --git a/checkpoint-1656/model.safetensors b/checkpoint-1656/model.safetensors new file mode 100644 index 0000000..345e760 --- /dev/null +++ b/checkpoint-1656/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886acfda2690b596999644a82bfeaa03a5a7f93a9de06099c072cf58cd185ea5 +size 371761540 diff --git a/checkpoint-1656/optimizer.pt b/checkpoint-1656/optimizer.pt new file mode 100644 index 0000000..7281abd --- /dev/null +++ b/checkpoint-1656/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a80622a0edf902b3cdd69148220a59ca11afa4322b2e87a344ff3d608cced90 +size 686942842 diff --git a/checkpoint-1656/preprocessor_config.json b/checkpoint-1656/preprocessor_config.json new file mode 100644 index 0000000..1309861 --- /dev/null +++ b/checkpoint-1656/preprocessor_config.json @@ -0,0 +1,24 @@ +{ + "do_convert_rgb": null, + "do_normalize": true, + "do_rescale": true, + "do_resize": true, + "image_mean": [ + 0.5, + 0.5, + 0.5 + ], + "image_processor_type": "SiglipImageProcessor", + "image_std": [ + 0.5, + 0.5, + 0.5 + ], + "processor_class": "SiglipProcessor", + "resample": 2, + "rescale_factor": 0.00392156862745098, + "size": { + "height": 256, + "width": 256 + } +} diff --git a/checkpoint-1656/rng_state.pth b/checkpoint-1656/rng_state.pth new file mode 100644 index 0000000..1aefccf --- /dev/null +++ b/checkpoint-1656/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b395f57c7ddce57e9ef1719606f78ac267efd46ac9e0cacd7f473229ff44b2 +size 14244 diff --git a/checkpoint-1656/scheduler.pt b/checkpoint-1656/scheduler.pt new file mode 100644 index 0000000..09a05f0 --- /dev/null +++ b/checkpoint-1656/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36413dbf261f7cb777a54f63f9ab46bddc0a62cf577b96d1b5ecb63ca861f54 +size 1064 diff --git a/checkpoint-1656/trainer_state.json b/checkpoint-1656/trainer_state.json new file mode 100644 index 0000000..0538de9 --- /dev/null +++ b/checkpoint-1656/trainer_state.json @@ -0,0 +1,75 @@ +{ + "best_global_step": 1656, + "best_metric": 0.33448827266693115, + "best_model_checkpoint": "siglip2-finetune-full/checkpoint-1656", + "epoch": 2.0, + "eval_steps": 500, + "global_step": 1656, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.6038647342995169, + "grad_norm": 5.860389709472656, + "learning_rate": 0.00016302382908792113, + "loss": 0.823, + "step": 500 + }, + { + "epoch": 1.0, + "eval_accuracy": 0.7698523581165276, + "eval_loss": 0.577109158039093, + "eval_model_preparation_time": 0.0023, + "eval_runtime": 605.3087, + "eval_samples_per_second": 43.751, + "eval_steps_per_second": 5.47, + "step": 828 + }, + { + "epoch": 1.2077294685990339, + "grad_norm": 5.253721237182617, + "learning_rate": 0.00012193919474116682, + "loss": 0.6183, + "step": 1000 + }, + { + "epoch": 1.8115942028985508, + "grad_norm": 4.610513210296631, + "learning_rate": 8.08545603944125e-05, + "loss": 0.5136, + "step": 1500 + }, + { + "epoch": 2.0, + "eval_accuracy": 0.8734282369822151, + "eval_loss": 0.33448827266693115, + "eval_model_preparation_time": 0.0023, + "eval_runtime": 598.3057, + "eval_samples_per_second": 44.263, + "eval_steps_per_second": 5.534, + "step": 1656 + } + ], + "logging_steps": 500, + "max_steps": 2484, + "num_input_tokens_seen": 0, + "num_train_epochs": 3, + "save_steps": 500, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 5.794356182313075e+18, + "train_batch_size": 32, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-1656/training_args.bin b/checkpoint-1656/training_args.bin new file mode 100644 index 0000000..2a211f3 --- /dev/null +++ b/checkpoint-1656/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f0ca87b3994c04b4f018469a0d2842d64d1c9897f79e494161c2d4afdb6510 +size 5304 diff --git a/checkpoint-2484/config.json b/checkpoint-2484/config.json new file mode 100644 index 0000000..3c74260 --- /dev/null +++ b/checkpoint-2484/config.json @@ -0,0 +1,52 @@ +{ + "architectures": [ + "SiglipForImageClassification" + ], + "id2label": { + "0": "Anime Picture", + "1": "Hentai", + "2": "Normal", + "3": "Pornography", + "4": "Enticing or Sensual" + }, + "initializer_factor": 1.0, + "label2id": { + "Anime Picture": 0, + "Enticing or Sensual": 4, + "Hentai": 1, + "Normal": 2, + "Pornography": 3 + }, + "model_type": "siglip", + "problem_type": "single_label_classification", + "text_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "max_position_embeddings": 64, + "model_type": "siglip_text_model", + "num_attention_heads": 12, + "num_hidden_layers": 12, + "projection_size": 768, + "torch_dtype": "float32", + "vocab_size": 256000 + }, + "torch_dtype": "float32", + "transformers_version": "4.50.0", + "vision_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "image_size": 256, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "model_type": "siglip_vision_model", + "num_attention_heads": 12, + "num_channels": 3, + "num_hidden_layers": 12, + "patch_size": 16, + "torch_dtype": "float32" + } +} diff --git a/checkpoint-2484/model.safetensors b/checkpoint-2484/model.safetensors new file mode 100644 index 0000000..d78e332 --- /dev/null +++ b/checkpoint-2484/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846e9b76948a5c2e2cd44f91698a79b18850db6ba57d840233aa92a792b3a28f +size 371761540 diff --git a/checkpoint-2484/optimizer.pt b/checkpoint-2484/optimizer.pt new file mode 100644 index 0000000..3ffe2b4 --- /dev/null +++ b/checkpoint-2484/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754fddb5628dd310f122651f3e2f559df4a99306d22b7275c3a6f95c3d8fa5d7 +size 686942842 diff --git a/checkpoint-2484/preprocessor_config.json b/checkpoint-2484/preprocessor_config.json new file mode 100644 index 0000000..1309861 --- /dev/null +++ b/checkpoint-2484/preprocessor_config.json @@ -0,0 +1,24 @@ +{ + "do_convert_rgb": null, + "do_normalize": true, + "do_rescale": true, + "do_resize": true, + "image_mean": [ + 0.5, + 0.5, + 0.5 + ], + "image_processor_type": "SiglipImageProcessor", + "image_std": [ + 0.5, + 0.5, + 0.5 + ], + "processor_class": "SiglipProcessor", + "resample": 2, + "rescale_factor": 0.00392156862745098, + "size": { + "height": 256, + "width": 256 + } +} diff --git a/checkpoint-2484/rng_state.pth b/checkpoint-2484/rng_state.pth new file mode 100644 index 0000000..cf09e56 --- /dev/null +++ b/checkpoint-2484/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb29b7c6a866f78a6e6f730e82046110f1d35524684caefafa3a275ca50bfa2f +size 14244 diff --git a/checkpoint-2484/scheduler.pt b/checkpoint-2484/scheduler.pt new file mode 100644 index 0000000..be04547 --- /dev/null +++ b/checkpoint-2484/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31cd561974c7aead3f0b38102c4adb619c7f4068c4fa44e62eeeec961a0e2cd +size 1064 diff --git a/checkpoint-2484/trainer_state.json b/checkpoint-2484/trainer_state.json new file mode 100644 index 0000000..fe30a2a --- /dev/null +++ b/checkpoint-2484/trainer_state.json @@ -0,0 +1,92 @@ +{ + "best_global_step": 2484, + "best_metric": 0.23217608034610748, + "best_model_checkpoint": "siglip2-finetune-full/checkpoint-2484", + "epoch": 3.0, + "eval_steps": 500, + "global_step": 2484, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.6038647342995169, + "grad_norm": 5.860389709472656, + "learning_rate": 0.00016302382908792113, + "loss": 0.823, + "step": 500 + }, + { + "epoch": 1.0, + "eval_accuracy": 0.7698523581165276, + "eval_loss": 0.577109158039093, + "eval_model_preparation_time": 0.0023, + "eval_runtime": 605.3087, + "eval_samples_per_second": 43.751, + "eval_steps_per_second": 5.47, + "step": 828 + }, + { + "epoch": 1.2077294685990339, + "grad_norm": 5.253721237182617, + "learning_rate": 0.00012193919474116682, + "loss": 0.6183, + "step": 1000 + }, + { + "epoch": 1.8115942028985508, + "grad_norm": 4.610513210296631, + "learning_rate": 8.08545603944125e-05, + "loss": 0.5136, + "step": 1500 + }, + { + "epoch": 2.0, + "eval_accuracy": 0.8734282369822151, + "eval_loss": 0.33448827266693115, + "eval_model_preparation_time": 0.0023, + "eval_runtime": 598.3057, + "eval_samples_per_second": 44.263, + "eval_steps_per_second": 5.534, + "step": 1656 + }, + { + "epoch": 2.4154589371980677, + "grad_norm": 5.658606052398682, + "learning_rate": 3.976992604765818e-05, + "loss": 0.3894, + "step": 2000 + }, + { + "epoch": 3.0, + "eval_accuracy": 0.9137182343390099, + "eval_loss": 0.23217608034610748, + "eval_model_preparation_time": 0.0023, + "eval_runtime": 604.5474, + "eval_samples_per_second": 43.806, + "eval_steps_per_second": 5.477, + "step": 2484 + } + ], + "logging_steps": 500, + "max_steps": 2484, + "num_input_tokens_seen": 0, + "num_train_epochs": 3, + "save_steps": 500, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 8.691534273469612e+18, + "train_batch_size": 32, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-2484/training_args.bin b/checkpoint-2484/training_args.bin new file mode 100644 index 0000000..2a211f3 --- /dev/null +++ b/checkpoint-2484/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f0ca87b3994c04b4f018469a0d2842d64d1c9897f79e494161c2d4afdb6510 +size 5304 diff --git a/checkpoint-828/config.json b/checkpoint-828/config.json new file mode 100644 index 0000000..3c74260 --- /dev/null +++ b/checkpoint-828/config.json @@ -0,0 +1,52 @@ +{ + "architectures": [ + "SiglipForImageClassification" + ], + "id2label": { + "0": "Anime Picture", + "1": "Hentai", + "2": "Normal", + "3": "Pornography", + "4": "Enticing or Sensual" + }, + "initializer_factor": 1.0, + "label2id": { + "Anime Picture": 0, + "Enticing or Sensual": 4, + "Hentai": 1, + "Normal": 2, + "Pornography": 3 + }, + "model_type": "siglip", + "problem_type": "single_label_classification", + "text_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "max_position_embeddings": 64, + "model_type": "siglip_text_model", + "num_attention_heads": 12, + "num_hidden_layers": 12, + "projection_size": 768, + "torch_dtype": "float32", + "vocab_size": 256000 + }, + "torch_dtype": "float32", + "transformers_version": "4.50.0", + "vision_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "image_size": 256, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "model_type": "siglip_vision_model", + "num_attention_heads": 12, + "num_channels": 3, + "num_hidden_layers": 12, + "patch_size": 16, + "torch_dtype": "float32" + } +} diff --git a/checkpoint-828/model.safetensors b/checkpoint-828/model.safetensors new file mode 100644 index 0000000..2cc4c27 --- /dev/null +++ b/checkpoint-828/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82837ce983cffe99ac47b3cc28a48b78f25fd666c80ff82409a53be20a0cbb3 +size 371761540 diff --git a/checkpoint-828/optimizer.pt b/checkpoint-828/optimizer.pt new file mode 100644 index 0000000..8c4cc22 --- /dev/null +++ b/checkpoint-828/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04edb7400da1ee94bd376265d80d614a10ed4c270c43f394fb9a313c8c18bbac +size 686942842 diff --git a/checkpoint-828/preprocessor_config.json b/checkpoint-828/preprocessor_config.json new file mode 100644 index 0000000..1309861 --- /dev/null +++ b/checkpoint-828/preprocessor_config.json @@ -0,0 +1,24 @@ +{ + "do_convert_rgb": null, + "do_normalize": true, + "do_rescale": true, + "do_resize": true, + "image_mean": [ + 0.5, + 0.5, + 0.5 + ], + "image_processor_type": "SiglipImageProcessor", + "image_std": [ + 0.5, + 0.5, + 0.5 + ], + "processor_class": "SiglipProcessor", + "resample": 2, + "rescale_factor": 0.00392156862745098, + "size": { + "height": 256, + "width": 256 + } +} diff --git a/checkpoint-828/rng_state.pth b/checkpoint-828/rng_state.pth new file mode 100644 index 0000000..07f1163 --- /dev/null +++ b/checkpoint-828/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef17702a0725d2ce6b58c8dbb73765893aabc8ef91b4de533167fc5ea45b4b6 +size 14244 diff --git a/checkpoint-828/scheduler.pt b/checkpoint-828/scheduler.pt new file mode 100644 index 0000000..e4370a1 --- /dev/null +++ b/checkpoint-828/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317a7aa06c6e669f9e2dcd3ffc6ff2b053874bb84dbf7a55f9477d2d7ca80f1d +size 1064 diff --git a/checkpoint-828/trainer_state.json b/checkpoint-828/trainer_state.json new file mode 100644 index 0000000..3ccc14e --- /dev/null +++ b/checkpoint-828/trainer_state.json @@ -0,0 +1,51 @@ +{ + "best_global_step": 828, + "best_metric": 0.577109158039093, + "best_model_checkpoint": "siglip2-finetune-full/checkpoint-828", + "epoch": 1.0, + "eval_steps": 500, + "global_step": 828, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.6038647342995169, + "grad_norm": 5.860389709472656, + "learning_rate": 0.00016302382908792113, + "loss": 0.823, + "step": 500 + }, + { + "epoch": 1.0, + "eval_accuracy": 0.7698523581165276, + "eval_loss": 0.577109158039093, + "eval_model_preparation_time": 0.0023, + "eval_runtime": 605.3087, + "eval_samples_per_second": 43.751, + "eval_steps_per_second": 5.47, + "step": 828 + } + ], + "logging_steps": 500, + "max_steps": 2484, + "num_input_tokens_seen": 0, + "num_train_epochs": 3, + "save_steps": 500, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 2.8971780911565373e+18, + "train_batch_size": 32, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-828/training_args.bin b/checkpoint-828/training_args.bin new file mode 100644 index 0000000..2a211f3 --- /dev/null +++ b/checkpoint-828/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f0ca87b3994c04b4f018469a0d2842d64d1c9897f79e494161c2d4afdb6510 +size 5304 diff --git a/config.json b/config.json new file mode 100644 index 0000000..3c74260 --- /dev/null +++ b/config.json @@ -0,0 +1,52 @@ +{ + "architectures": [ + "SiglipForImageClassification" + ], + "id2label": { + "0": "Anime Picture", + "1": "Hentai", + "2": "Normal", + "3": "Pornography", + "4": "Enticing or Sensual" + }, + "initializer_factor": 1.0, + "label2id": { + "Anime Picture": 0, + "Enticing or Sensual": 4, + "Hentai": 1, + "Normal": 2, + "Pornography": 3 + }, + "model_type": "siglip", + "problem_type": "single_label_classification", + "text_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "max_position_embeddings": 64, + "model_type": "siglip_text_model", + "num_attention_heads": 12, + "num_hidden_layers": 12, + "projection_size": 768, + "torch_dtype": "float32", + "vocab_size": 256000 + }, + "torch_dtype": "float32", + "transformers_version": "4.50.0", + "vision_config": { + "attention_dropout": 0.0, + "hidden_act": "gelu_pytorch_tanh", + "hidden_size": 768, + "image_size": 256, + "intermediate_size": 3072, + "layer_norm_eps": 1e-06, + "model_type": "siglip_vision_model", + "num_attention_heads": 12, + "num_channels": 3, + "num_hidden_layers": 12, + "patch_size": 16, + "torch_dtype": "float32" + } +} diff --git a/model.safetensors b/model.safetensors new file mode 100644 index 0000000..d78e332 --- /dev/null +++ b/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846e9b76948a5c2e2cd44f91698a79b18850db6ba57d840233aa92a792b3a28f +size 371761540 diff --git a/preprocessor_config.json b/preprocessor_config.json new file mode 100644 index 0000000..1309861 --- /dev/null +++ b/preprocessor_config.json @@ -0,0 +1,24 @@ +{ + "do_convert_rgb": null, + "do_normalize": true, + "do_rescale": true, + "do_resize": true, + "image_mean": [ + 0.5, + 0.5, + 0.5 + ], + "image_processor_type": "SiglipImageProcessor", + "image_std": [ + 0.5, + 0.5, + 0.5 + ], + "processor_class": "SiglipProcessor", + "resample": 2, + "rescale_factor": 0.00392156862745098, + "size": { + "height": 256, + "width": 256 + } +} diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..2a211f3 --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f0ca87b3994c04b4f018469a0d2842d64d1c9897f79e494161c2d4afdb6510 +size 5304