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

RikkaBotan
/
stable-static-embedding-fast-retrieval-mrl-en

Sentence Similarity
sentence-transformers
Safetensors
English
feature-extraction
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use RikkaBotan/stable-static-embedding-fast-retrieval-mrl-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use RikkaBotan/stable-static-embedding-fast-retrieval-mrl-en with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RikkaBotan/stable-static-embedding-fast-retrieval-mrl-en")
    
    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
stable-static-embedding-fast-retrieval-mrl-en
69.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
RikkaBotan's picture
RikkaBotan
Update README.md
176cf7f verified 3 months ago
  • assets
    Upload SSE_comp_en.png 3 months ago
  • .gitattributes
    1.87 kB
    Upload SSE_comp_en.png 3 months ago
  • README.md
    30.2 kB
    Update README.md 3 months ago
  • SSE.py
    4.99 kB
    Update SSE.py 4 months ago
  • config_sentence_transformers.json
    296 Bytes
    Upload 6 files 4 months ago
  • model.safetensors
    62.5 MB
    xet
    Upload 6 files 4 months ago
  • modules.json
    87 Bytes
    Upload 6 files 4 months ago
  • tokenizer.json
    711 kB
    Upload 6 files 4 months ago