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
/
multilingual-e5-small-finetuned

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

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Nada-10/multilingual-e5-small-finetuned")
    
    sentences = [
        "Can you provide the definition of deaerating chamber?",
        "冷却水中に含まれる泥砂を沈澱させる池。",
        "脱気室の上部にあって、溶存ガスを分離する室。",
        "制御系の状態を変えようとする外的作用。"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
multilingual-e5-small-finetuned
488 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Nada-10's picture
Nada-10
Add new SentenceTransformer model.
29e1846 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
    720 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.43 kB
    Add new SentenceTransformer model. almost 2 years ago