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

hotchpotch
/
static-embedding-japanese

Sentence Similarity
sentence-transformers
ONNX
Safetensors
Japanese
English
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Model card Files Files and versions
xet
Community

Instructions to use hotchpotch/static-embedding-japanese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use hotchpotch/static-embedding-japanese with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("hotchpotch/static-embedding-japanese")
    
    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
static-embedding-japanese
405 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
hotchpotch's picture
hotchpotch
Upload folder using huggingface_hub
95b3d9c verified over 1 year ago
  • 0_StaticEmbedding
    Upload folder using huggingface_hub over 1 year ago
  • JMTEB
    Update JMTEB/summary.json over 1 year ago
  • onnx
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    28.9 kB
    Update README.md over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • modules.json
    134 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • trainer.py
    16.7 kB
    Upload trainer.py over 1 year ago