How to use AvitoTech/SigLIP2-giant with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="AvitoTech/SigLIP2-giant")
# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("AvitoTech/SigLIP2-giant") model = AutoModelForZeroShotImageClassification.from_pretrained("AvitoTech/SigLIP2-giant")
The community tab is the place to discuss and collaborate with the HF community!