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

technotic
/
embeddinggemma-300M-litertlm

Sentence Similarity
LiteRT
sentence-transformers
feature-extraction
text-embeddings-inference
litertlm
quantized
int8
Model card Files Files and versions
xet
Community

Instructions to use technotic/embeddinggemma-300M-litertlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • LiteRT

    How to use technotic/embeddinggemma-300M-litertlm with LiteRT:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • sentence-transformers

    How to use technotic/embeddinggemma-300M-litertlm with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("technotic/embeddinggemma-300M-litertlm")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
embeddinggemma-300M-litertlm
526 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
technotic's picture
technotic
Rename embeddinggemma-300M.litertlm to embeddinggemma-300M-dyn_wi8_afp32.litertlm
8684773 verified 7 days ago
  • .gitattributes
    1.66 kB
    Rename embeddinggemma-300M.litertlm to embeddinggemma-300M-dyn_wi8_afp32.litertlm 7 days ago
  • README.md
    4.71 kB
    Upload folder using huggingface_hub 8 days ago
  • embeddinggemma-300M-dyn_wi8_afp32.litertlm
    526 MB
    xet
    Rename embeddinggemma-300M.litertlm to embeddinggemma-300M-dyn_wi8_afp32.litertlm 7 days ago