Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AvitoTech
/
SigLIP2-giant

Image Feature Extraction
Transformers
Safetensors
siglip
zero-shot-image-classification
siglip2
vision
clip
image-embeddings
pet-recognition
Model card Files Files and versions
xet
Community
3

Instructions to use AvitoTech/SigLIP2-giant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    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")
  • Notebooks
  • Google Colab
  • Kaggle
SigLIP2-giant
7.49 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
AvitoTech1's picture
AvitoTech1
korallll's picture
korallll
Update README.md (#3)
23d3f78 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    8.04 kB
    Update README.md (#3) 4 months ago
  • config.json
    1.09 kB
    Upload 3 files 5 months ago
  • model.safetensors
    7.49 GB
    xet
    Upload 3 files 5 months ago