GGUF
English
Mistral
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="BlueNipples/Trion-M-7b-GGUF",
	filename="Trion-M-7B-Q4_K.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

This is a gradient blockmerge (0.8,0.2) of two Mistral models.

The logic model is a SLERP merge of https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B and https://huggingface.co/openchat/openchat_3.5

The prose model is a SLERP merge of https://huggingface.co/NousResearch/Nous-Capybara-7B-V1.9 and https://huggingface.co/HuggingFaceH4/zephyr-7b-beta

Downloads last month
4
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support