gemma4-26b-a4b-unified

Merged full-checkpoint export of the Gemma 4 26B A4B unified fine-tune.

Loading

from transformers import AutoModelForCausalLM, AutoProcessor

model_id = "ghzlmc/gemma4-26b-a4b-unified"
processor = AutoProcessor.from_pretrained(model_id, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
    trust_remote_code=True,
)

Training

Fine-tuned from unsloth/gemma-4-26b-a4b-it with TRL SFT and exported as merged safetensors shards.

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