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="wyan/usenet-gemma-4-E2B-lora",
	filename="usenet-gemma-v0.01.Q4_K_M.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

gemma-4-E2B fine tuned with the demo data from the Usenet repo, plus the merged and Q4_K_M quantized file for ollama.

Currently works terribly because I don't know what I'm doing.

Please do not hesitate to open a conversation in the Community section!

Downloads last month
154
GGUF
Model size
5B params
Architecture
gemma4
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 wyan/usenet-gemma-4-E2B-lora

Adapter
(20)
this model

Dataset used to train wyan/usenet-gemma-4-E2B-lora