GGUF
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="cheeseman182/cheese-112M",
	filename="helios_v4.5.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

this is a model made by me on a 5090 (rented). its trained by scratch

its a 112m prameter model trained on huggingfaceFW on 200k rows (i could do more if i want to) and 15k rows on dolly-15k.

there will be a 400m prameter model trained on 2m rows on huggingfaceFW soon maybe once i get the money.

Downloads last month
6
GGUF
Model size
0.2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support