Instructions to use DAMO-NLP-SG/siglip2-so400m-patch14-384-navit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/siglip2-so400m-patch14-384-navit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="DAMO-NLP-SG/siglip2-so400m-patch14-384-navit", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DAMO-NLP-SG/siglip2-so400m-patch14-384-navit", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Questions about Model Details
#1 opened over 1 year ago
by
Ruizhuo