Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mlx-community
/
multilingual-e5-large

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

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

  • Libraries
  • sentence-transformers

    How to use mlx-community/multilingual-e5-large with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mlx-community/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]
  • MLX

    How to use mlx-community/multilingual-e5-large with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir multilingual-e5-large mlx-community/multilingual-e5-large
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
multilingual-e5-large
1.15 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Wabifocus's picture
Wabifocus
awinkler2's picture
awinkler2
Update README.md (#1)
4ed600e verified 10 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 10 months ago
  • README.md
    149 kB
    Update README.md (#1) 10 months ago
  • added_tokens.json
    605 Bytes
    Upload folder using huggingface_hub 10 months ago
  • chat_template.jinja
    2.51 kB
    Upload folder using huggingface_hub 10 months ago
  • config.json
    714 Bytes
    Upload folder using huggingface_hub 10 months ago
  • generation_config.json
    242 Bytes
    Upload folder using huggingface_hub 10 months ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 10 months ago
  • model.safetensors
    1.12 GB
    xet
    Upload folder using huggingface_hub 10 months ago
  • model.safetensors.index.json
    29.2 kB
    Upload folder using huggingface_hub 10 months ago
  • modules.json
    387 Bytes
    Upload folder using huggingface_hub 10 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 10 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • special_tokens_map.json
    964 Bytes
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • tokenizer_config.json
    1.18 kB
    Upload folder using huggingface_hub 10 months ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub 10 months ago