Instructions to use zchuning/pi05-siglip-vision-tower with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zchuning/pi05-siglip-vision-tower with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="zchuning/pi05-siglip-vision-tower")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("zchuning/pi05-siglip-vision-tower") model = AutoModel.from_pretrained("zchuning/pi05-siglip-vision-tower", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K