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-v2

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-v2 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-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RikkaBotan/stable-static-embedding-fast-retrieval-mrl-en-v2")
    
    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-v2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
RikkaBotan's picture
RikkaBotan
Update README.md
627f9d1 verified 7 days ago
  • assets
    Upload SSE_comp_en.png 8 days ago
  • .gitattributes
    2.05 kB
    Upload SSE_comp_en.png 8 days ago
  • README.md
    30.8 kB
    Update README.md 7 days ago
  • SSE.py
    6.29 kB
    Upload SSE.py 8 days ago
  • config_sentence_transformers.json
    283 Bytes
    Upload 5 files 8 days ago
  • model.safetensors
    62.5 MB
    xet
    Upload 5 files 8 days ago
  • modules.json
    80 Bytes
    Update modules.json 8 days ago
  • tokenizer.json
    711 kB
    Upload 5 files 8 days ago