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

  • Log In
  • Sign Up

intfloat
/
e5-large-v2

Sentence Similarity
sentence-transformers
PyTorch
ONNX
Safetensors
OpenVINO
English
bert
mteb
Sentence Transformers
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
26

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("intfloat/e5-large-v2")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
e5-large-v2 / onnx
2.34 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 3 commits
intfloat's picture
intfloat
Add exported onnx model 'model_O4.onnx' (#18)
226d082 verified about 1 year ago
  • model.onnx
    1.34 GB
    xet
    Add exported onnx model 'model.onnx' (#16) about 1 year ago
  • model_O4.onnx
    668 MB
    xet
    Add exported onnx model 'model_O4.onnx' (#18) about 1 year ago
  • model_qint8_avx512_vnni.onnx
    337 MB
    xet
    Add exported onnx model 'model_qint8_avx512_vnni.onnx' (#17) about 1 year ago