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="robert-lo/gte-Qwen2-7B-instruct-Q4_K_M-GGUF",
	filename="gte-qwen2-7b-instruct-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = "{\n    \"source_sentence\": \"That is a happy person\",\n    \"sentences\": [\n        \"That is a happy dog\",\n        \"That is a very happy person\",\n        \"Today is a sunny day\"\n    ]\n}"
)
Downloads last month
3
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for robert-lo/gte-Qwen2-7B-instruct-Q4_K_M-GGUF

Quantized
(36)
this model

Evaluation results