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

Sentence Similarity
sentence-transformers
Safetensors
Japanese
feature-extraction
dense
Generated from Trainer
dataset_size:15098874
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-ja 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-ja with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RikkaBotan/stable-static-embedding-fast-retrieval-mrl-ja")
    
    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
stable-static-embedding-fast-retrieval-mrl-ja
73.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
RikkaBotan's picture
RikkaBotan
Update README.md
c58315f verified 2 months ago
  • assets
    Upload SSE_comp_ja.png 2 months ago
  • .gitattributes
    1.87 kB
    Upload SSE_comp_ja.png 2 months ago
  • README.md
    31.9 kB
    Update README.md 2 months ago
  • SSE.py
    5.36 kB
    Upload 7 files 3 months ago
  • config_sentence_transformers.json
    296 Bytes
    Upload 4 files 3 months ago
  • model.safetensors
    67.1 MB
    xet
    Upload 4 files 3 months ago
  • modules.json
    87 Bytes
    Upload 4 files 3 months ago
  • tokenizer.json
    2.13 MB
    Upload 4 files 3 months ago