Instructions to use DS4AI-UPB/siglip-base-patch16-224-misinfo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DS4AI-UPB/siglip-base-patch16-224-misinfo with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DS4AI-UPB/siglip-base-patch16-224-misinfo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 413 Bytes
7953944 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"model_name": "google/siglip-base-patch16-224",
"num_labels": 2,
"text_max_length": 64,
"batch_size": 8,
"dropout": 0.1,
"early_stopping_patience": 3,
"freeze_backbone": false,
"fusion_hidden_dim": 256,
"gradient_accumulation_steps": 1,
"learning_rate": 1e-05,
"lr_scheduler_type": "linear",
"max_grad_norm": 1.0,
"num_train_epochs": 10,
"warmup_ratio": 0.0,
"weight_decay": 0.01
} |