siglip2-base-p16-ve
2
license:apache-2.0
by
jingyaogong
Image Model
OTHER
New
2 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Usagepythontransformers
from transformers import Siglip2VisionModel, Siglip2ImageProcessor
model = Siglip2VisionModel.from_pretrained("path_to/siglip2-base-p16-ve")
processor = Siglip2ImageProcessor.from_pretrained("path_to/siglip2-base-p16-ve")
inputs = processor(images=image, return_tensors="pt")
outputs = model(**inputs) # outputs.last_hidden_state: [B, 256, 768]Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.