Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AvitoTech
/
SigLIP-Base-for-animal-identification

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

Instructions to use AvitoTech/SigLIP-Base-for-animal-identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AvitoTech/SigLIP-Base-for-animal-identification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="AvitoTech/SigLIP-Base-for-animal-identification")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("AvitoTech/SigLIP-Base-for-animal-identification")
    model = AutoModelForZeroShotImageClassification.from_pretrained("AvitoTech/SigLIP-Base-for-animal-identification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SigLIP-Base-for-animal-identification
813 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
AvitoTech1's picture
AvitoTech1
Slenser0's picture
Slenser0
Fix AutoModel loading, add image processor and Apache-2.0 license (#3)
eb5e6d5 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • LICENSE
    11.4 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#3) 6 days ago
  • README.md
    7.54 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#3) 6 days ago
  • config.json
    1.12 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#3) 6 days ago
  • model.safetensors
    813 MB
    xet
    Fix AutoModel loading, add image processor and Apache-2.0 license (#3) 6 days ago
  • preprocessor_config.json
    368 Bytes
    Fix AutoModel loading, add image processor and Apache-2.0 license (#3) 6 days ago