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

karthikrajgopal
/
distilled-embeddinggemma

Sentence Similarity
Model2Vec
Safetensors
sentence-transformers
Sanskrit
English
embeddings
static-embeddings
sanskrit
multilingual
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Model2Vec

    How to use karthikrajgopal/distilled-embeddinggemma with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("karthikrajgopal/distilled-embeddinggemma")
  • sentence-transformers

    How to use karthikrajgopal/distilled-embeddinggemma with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("karthikrajgopal/distilled-embeddinggemma")
    
    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
distilled-embeddinggemma
144 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
karthikrajgopal's picture
karthikrajgopal
Distilled embeddinggemma static model + evaluated model card
143481a verified about 21 hours ago
  • .gitattributes
    1.57 kB
    Distilled embeddinggemma static model + evaluated model card about 21 hours ago
  • README.md
    3.29 kB
    Distilled embeddinggemma static model + evaluated model card about 21 hours ago
  • config.json
    320 Bytes
    Distilled embeddinggemma static model + evaluated model card about 21 hours ago
  • model.safetensors
    131 MB
    xet
    Distilled embeddinggemma static model + evaluated model card about 21 hours ago
  • modules.json
    278 Bytes
    Distilled embeddinggemma static model + evaluated model card about 21 hours ago
  • tokenizer.json
    13.4 MB
    xet
    Distilled embeddinggemma static model + evaluated model card about 21 hours ago