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

Nada-10
/
f-jp-multilingual-e5-small

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:1446
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Nada-10/f-jp-multilingual-e5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Nada-10/f-jp-multilingual-e5-small with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Nada-10/f-jp-multilingual-e5-small")
    
    sentences = [
        "圧縮機の回転部分の総称であって、動翼を介して気体に仕事を付加する機能をもつ。動翼を植えてないも のを圧縮機ロータという場合がある。",
        "圧縮機ロータ〔コンプレッサロータ〕はどのように定義されていますか?",
        "溶存水素の定義を教えてください。",
        "中圧圧縮機〔中圧コンプレッサ〕の定義は何ですか?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
f-jp-multilingual-e5-small
488 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Nada-10's picture
Nada-10
Add new SentenceTransformer model.
b164220 verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model. almost 2 years ago
  • README.md
    15.4 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    707 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    208 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    471 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    368 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    1.02 kB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.23 kB
    Add new SentenceTransformer model. almost 2 years ago