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

mik3ml
/
multilingual-e5-large-ita

Sentence Similarity
sentence-transformers
Safetensors
Italian
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:182223
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use mik3ml/multilingual-e5-large-ita with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mik3ml/multilingual-e5-large-ita with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mik3ml/multilingual-e5-large-ita")
    
    sentences = [
        "Çandahar\nÇandahar è un comune dell'Azerbaigian situato nel distretto di İsmayıllı. Conta una popolazione di 155 abitanti.\n\nCollegamenti esterni\nÇandahar su GEOnet Names Server\n\nComuni del distretto di İsmayıllı",
        "Quali sono i principali dati demografici e territoriali dell'upazila di Lalmohan secondo il censimento del 1991?",
        "Qual è la popolazione del comune di Çandahar?",
        "Cosa è stato associato a uno stato socioeconomico inferiore e a uno stato sociale più elevato in relazione all'uso di alcol, sigarette e droghe ricreative durante la gravidanza?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
multilingual-e5-large-ita
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mik3ml's picture
mik3ml
Add new SentenceTransformer model
a2d9900 verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model over 1 year ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model over 1 year ago
  • README.md
    58.1 kB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    716 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model over 1 year ago
  • model.safetensors
    2.24 GB
    xet
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    1.15 kB
    Add new SentenceTransformer model over 1 year ago