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
/
SigLIP2-giant-e5small-v2-gating

Feature Extraction
Transformers
Safetensors
avito_gated_fusion
siglip
siglip2
vision
text
clip
multimodal
image-text-embeddings
pet-recognition
custom_code
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use AvitoTech/SigLIP2-giant-e5small-v2-gating with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AvitoTech/SigLIP2-giant-e5small-v2-gating", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AvitoTech/SigLIP2-giant-e5small-v2-gating", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SigLIP2-giant-e5small-v2-gating
7.63 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
AvitoTech1's picture
AvitoTech1
Slenser0's picture
Slenser0
Fix AutoModel loading, add image processor and Apache-2.0 license (#2)
b6a47c3 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • LICENSE
    11.4 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • README.md
    8.5 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • config.json
    1.7 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • configuration_avito_gated.py
    1.58 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • model.safetensors
    7.63 GB
    xet
    Upload 3 files 8 months ago
  • modeling_avito_gated.py
    5.14 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • preprocessor_config.json
    394 Bytes
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • special_tokens_map.json
    125 Bytes
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • tokenizer.json
    711 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • tokenizer_config.json
    314 Bytes
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago
  • vocab.txt
    232 kB
    Fix AutoModel loading, add image processor and Apache-2.0 license (#2) 1 day ago