Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

llm-semantic-router
/
eggon-embed

Sentence Similarity
sentence-transformers
Safetensors
multilingual
modernbert
feature-extraction
embeddings
matryoshka
2d-matryoshka
long-context
retrieval
rag
agents
routing
memory
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use llm-semantic-router/eggon-embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use llm-semantic-router/eggon-embed with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("llm-semantic-router/eggon-embed")
    
    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
eggon-embed
648 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Xunzhuo's picture
Xunzhuo
Upload folder using huggingface_hub
2a9ae9e verified 24 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 24 days ago
  • .gitattributes
    1.83 kB
    Upload folder using huggingface_hub 24 days ago
  • README.md
    11 kB
    Upload folder using huggingface_hub 24 days ago
  • config.json
    1.21 kB
    Upload folder using huggingface_hub 24 days ago
  • config_sentence_transformers.json
    293 Bytes
    Upload folder using huggingface_hub 24 days ago
  • model.safetensors
    614 MB
    xet
    Upload folder using huggingface_hub 24 days ago
  • modules.json
    229 Bytes
    Upload folder using huggingface_hub 24 days ago
  • sentence_bert_config.json
    59 Bytes
    Upload folder using huggingface_hub 24 days ago
  • special_tokens_map.json
    1.05 kB
    Upload folder using huggingface_hub 24 days ago
  • tokenizer.json
    34.4 MB
    xet
    Upload folder using huggingface_hub 24 days ago
  • tokenizer_config.json
    46.5 kB
    Upload folder using huggingface_hub 24 days ago