Instructions to use amoghajnalens/siglip-448-std-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amoghajnalens/siglip-448-std-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="amoghajnalens/siglip-448-std-classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("amoghajnalens/siglip-448-std-classification") model = AutoModelForImageClassification.from_pretrained("amoghajnalens/siglip-448-std-classification") - Notebooks
- Google Colab
- Kaggle
siglip-448-std-classification
This model is a fine-tuned version of google/siglip-so400m-patch14-384 on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.3102
- Roc Auc: 0.9933
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 4
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 16
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- lr_scheduler_warmup_steps: 5
- num_epochs: 7
Training results
| Training Loss | Epoch | Step | Validation Loss | Roc Auc |
|---|---|---|---|---|
| 1.3147 | 1.9268 | 40 | 0.3699 | 0.9747 |
| 0.0567 | 3.8293 | 80 | 0.2866 | 0.9871 |
| 0.0049 | 5.7317 | 120 | 0.3102 | 0.9933 |
Framework versions
- Transformers 4.57.3
- Pytorch 2.9.0+cu128
- Datasets 4.4.1
- Tokenizers 0.22.1
- Downloads last month
- 4
Model tree for amoghajnalens/siglip-448-std-classification
Base model
google/siglip-so400m-patch14-384