Instructions to use DAMO-NLP-SG/SigLIP-NaViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/SigLIP-NaViT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="DAMO-NLP-SG/SigLIP-NaViT", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DAMO-NLP-SG/SigLIP-NaViT", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update modeling_videollama3_encoder.py f1d418e verified
Update image_processing_videollama3.py d5a888e verified
Update configuration_videollama3_encoder.py 109a929 verified
Upload model 9efeeb4 verified
Zesen Cheng commited on
Upload processor fa1aeb1 verified
Zesen Cheng commited on
initial commit 58eca4f verified
Zesen Cheng commited on