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

intfloat
/
multilingual-e5-large-instruct

Feature Extraction
sentence-transformers
ONNX
Safetensors
Transformers
xlm-roberta
mteb
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
32

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

  • Libraries
  • sentence-transformers

    How to use intfloat/multilingual-e5-large-instruct with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("intfloat/multilingual-e5-large-instruct")
    
    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]
  • Transformers

    How to use intfloat/multilingual-e5-large-instruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="intfloat/multilingual-e5-large-instruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("intfloat/multilingual-e5-large-instruct")
    model = AutoModelForMultimodalLM.from_pretrained("intfloat/multilingual-e5-large-instruct")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Adding ONNX file of this model

#34 opened 4 months ago by
pyrac

Update README.md - Fix Wrong CODE

#31 opened 5 months ago by
kyujinpy

HF Inference API down for several days — health check not completing

#30 opened 7 months ago by
Chris-k-dev

Add exported onnx model 'model_O3.onnx'

#26 opened about 1 year ago by
thomasht86

without-external-data

#25 opened over 1 year ago by
omantere

VM Operation issue

#21 opened over 1 year ago by
Amit2balag

Missing `sentence_xlnet_config.json` file

4
#20 opened over 1 year ago by
samikr

Inference time on 8vcpu/32GB Ram or T4 30GBRAM, 16GB VRAM, 8vcpu

#18 opened about 2 years ago by
NeevrajKB

On the usage and creation of E5-instruct embeddings

🤝👍 3
2
#8 opened over 2 years ago by
jmaronasm

Cuda Error when using with HuggingFaceEmbedding of llamaindex

2
#7 opened over 2 years ago by
glpcc

How can I download the model and use it in my local environment?

1
#6 opened over 2 years ago by
yuneun92

Missing `sentence_bert_config.json`

1
#5 opened over 2 years ago by
viethang

Is Instruct and Query are keywords or we can use any?

2
#4 opened over 2 years ago by
Talha

Dataset publication & questions

2
#3 opened over 2 years ago by
tomaarsen
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs