How to use from the
Use from the
sentence-transformers library
from sentence_transformers import SentenceTransformer

model = SentenceTransformer("Impulse2000/multilingual-e5-large-instruct-GGUF")

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]

Impulse2000/multilingual-e5-large-instruct-GGUF

This model was converted to GGUF format from intfloat/multilingual-e5-large-instruct using llama.cpp via its 'convert_hf_to_gguf.py' script. Refer to the original model card for more details on the model.

Downloads last month
6
GGUF
Model size
0.6B params
Architecture
bert
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Impulse2000/multilingual-e5-large-instruct-GGUF

Quantized
(24)
this model

Evaluation results