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="Heralax/MistralMakise-Merged-13b",
	filename="mistralmakisemerged-q5km.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

The same dataset and training settings as MythoMakise, but with the ReMM mistral model as a base. See that model card for more info on prompt formats and such.

Downloads last month
39
Safetensors
Model size
13B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for Heralax/MistralMakise-Merged-13b

Quantizations
3 models