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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

alphaedge-ai
/
siglip2-base-patch16-512-por-32768

Zero-Shot Image Classification
sentence-transformers
Safetensors
Portuguese
siglip
trimmed
Model card Files Files and versions
xet
Community

Instructions to use alphaedge-ai/siglip2-base-patch16-512-por-32768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use alphaedge-ai/siglip2-base-patch16-512-por-32768 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("alphaedge-ai/siglip2-base-patch16-512-por-32768")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
siglip2-base-patch16-512-por-32768
822 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
lbourdois's picture
lbourdois
Update model card for Portuguese
b8b715c verified 28 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.88 kB
    Update model card for Portuguese 28 days ago
  • config.json
    286 Bytes
    Trimmed SigLIP2 SO400M text vocab for Portuguese 4 months ago
  • model.safetensors
    818 MB
    xet
    Trimmed SigLIP2 SO400M text vocab for Portuguese 4 months ago
  • preprocessor_config.json
    394 Bytes
    Trimmed SigLIP2 SO400M text vocab for Portuguese 4 months ago
  • special_tokens_map.json
    636 Bytes
    Trimmed SigLIP2 SO400M text vocab for Portuguese 4 months ago
  • tokenizer.json
    4.39 MB
    Trimmed SigLIP2 SO400M text vocab for Portuguese 4 months ago
  • tokenizer_config.json
    47.2 kB
    Trimmed SigLIP2 SO400M text vocab for Portuguese 4 months ago