Instructions to use Hayloo9838/siglip2-vision-only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hayloo9838/siglip2-vision-only with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="Hayloo9838/siglip2-vision-only")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Hayloo9838/siglip2-vision-only", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 7 months ago
by
SFconvertbot