Safetensors
GGUF
English
gemma4_unified
conversational
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="czocelot/gemma4_12b_fable5lora_merged",
	filename="gemma4_12b_fable5lora_merged_q5km.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

This model is based on gemma4‑12B‑it. A LoRA was trained on a dataset and then merged into the base model. Both BF16 precision and quantized versions are provided.

Downloads last month
907
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for czocelot/gemma4_12b_fable5lora_merged

Quantized
(229)
this model

Dataset used to train czocelot/gemma4_12b_fable5lora_merged