Feature Extraction
sentence-transformers
PyTorch
ONNX
Safetensors
OpenVINO
xlm-roberta
mteb
Sentence Transformers
sentence-similarity
Eval Results (legacy)
Eval Results
text-embeddings-inference
Instructions to use intfloat/multilingual-e5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use intfloat/multilingual-e5-large with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("intfloat/multilingual-e5-large") 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] - Inference
- Notebooks
- Google Colab
- Kaggle
Does it support chinese?
#6
by hanswang73 - opened
Does it support chinese?
Yes, it supports Chinese.
Can you list all languages the model supports
They are already listed in the metadata. This model supports the same language set as xlm-roberta-large.
Thank you I am new to hugging face that's why didnt know where to look for the dataset, All good now thanks again
Yes, and its Chinese is pretty good