How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Impulse2000/multilingual-e5-large-instruct-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

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
7
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