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

  • Log In
  • Sign Up

mlx-community
/
multilingual-e5-large-mlx

Feature Extraction
sentence-transformers
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-mlx 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-mlx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mlx-community/multilingual-e5-large-mlx")
    
    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-mlx with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir multilingual-e5-large-mlx mlx-community/multilingual-e5-large-mlx
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
multilingual-e5-large-mlx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
katopz's picture
katopz
Upload folder using huggingface_hub
b4bd212 verified over 2 years ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub over 2 years ago
  • README.md
    149 kB
    Upload folder using huggingface_hub over 2 years ago
  • config.json
    2.36 kB
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    964 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    1.15 kB
    Upload folder using huggingface_hub over 2 years ago
  • weights.00.safetensors
    1.12 GB
    xet
    Upload folder using huggingface_hub over 2 years ago