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="chimbiwide/Gemma3NPC-Q4-GGUF",
	filename="gemma3npc-q4_k_m.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Gemma3NPC-Q4-GGUF

The "base" model that delivers good general role-playing at great speed.

The Q4_K_M quantized version of Gemma3NPC-Float16. We trained this model as a rank-16 LoRA adapter with one epoch over pippa using a 40GB vRAM A100 in Google Colab. For this run, we employed a learning rate of 2e-5 and a total batch size of 1 and gradient accumulation steps of 16. A cosine learning rate scheduler was used with an 800-step warmup. With a gradient clipping of 0.4. Check out our training notebook here.


Here is a graph of the Step Training Loss, saved every 10 steps: image/png

Downloads last month
9
GGUF
Model size
7B params
Architecture
gemma3n
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 chimbiwide/Gemma3NPC-Q4-GGUF

Quantized
(2)
this model

Dataset used to train chimbiwide/Gemma3NPC-Q4-GGUF

Collection including chimbiwide/Gemma3NPC-Q4-GGUF

Article mentioning chimbiwide/Gemma3NPC-Q4-GGUF