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

tardellirs
/
embeddinggemma-pt-br

Sentence Similarity
sentence-transformers
Safetensors
Portuguese
gemma3_text
embeddings
portuguese
vocabulary-trimming
mteb
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use tardellirs/embeddinggemma-pt-br with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use tardellirs/embeddinggemma-pt-br with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("tardellirs/embeddinggemma-pt-br")
    
    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
embeddinggemma-pt-br
632 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
tardellirs's picture
tardellirs
Publish embeddinggemma-pt-br: vocab-trimmed EmbeddingGemma-300M (64k PT, ~157M)
09bcae4 verified about 2 hours ago
  • 1_Pooling
    Upload folder using huggingface_hub about 18 hours ago
  • 2_Dense
    Upload folder using huggingface_hub about 18 hours ago
  • 3_Dense
    Upload folder using huggingface_hub about 18 hours ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub about 18 hours ago
  • README.md
    4.04 kB
    show % of full about 4 hours ago
  • config.json
    1.31 kB
    Upload folder using huggingface_hub about 18 hours ago
  • config_sentence_transformers.json
    997 Bytes
    Upload folder using huggingface_hub about 18 hours ago
  • generation_config.json
    133 Bytes
    Upload folder using huggingface_hub about 18 hours ago
  • model.safetensors
    608 MB
    xet
    Upload folder using huggingface_hub about 18 hours ago
  • modules.json
    573 Bytes
    Upload folder using huggingface_hub about 18 hours ago
  • notebook.ipynb
    28.8 kB
    Upload folder using huggingface_hub about 18 hours ago
  • sentence_bert_config.json
    58 Bytes
    Upload folder using huggingface_hub about 18 hours ago
  • special_tokens_map.json
    662 Bytes
    Upload folder using huggingface_hub about 18 hours ago
  • tokenizer.json
    4 MB
    xet
    Publish embeddinggemma-pt-br: vocab-trimmed EmbeddingGemma-300M (64k PT, ~157M) about 2 hours ago
  • tokenizer_config.json
    1.16 MB
    Upload folder using huggingface_hub about 18 hours ago