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="xezpeleta/latxa-7b-instruct",
	filename="latxa-7b-instruct-f16.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Latxa 7b Instruct

Latxa 7b Instruct is an instruction fine-tuned model based on HiTZ/latxa-7b-v1 model.

It has been fine-tuned using OASST2 dataset (OpenAssistant), translated to basque using Helsinki-NLP Opus MT

Downloads last month
7
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for xezpeleta/latxa-7b-instruct

Base model

HiTZ/latxa-7b-v1
Adapter
(2)
this model
Quantizations
1 model

Dataset used to train xezpeleta/latxa-7b-instruct