45 Downloads Updated 20 hours ago
ollama run satgeze/gemma4-26b-uncensored-1m

HauhauCS’s uncensored Gemma-4-26B-A4B (MoE, 4B active, Google QAT) with a 1,048,576-token context baked in and vision attached. The fastest of the uncensored Gemma trio. Native renderer and parser set:
ollama launch claude --model satgeze/gemma4-26b-uncensored-1m

Needle recall averages ~91 percent across two full seed sets: roughly one random needle per rung, at all lengths including native range. This is a small flat abliteration tax, not a long-context failure (the official censored trunk scores 10⁄10 under the same harness). If a rare retrieval miss is unacceptable for your workload, use satgeze/gemma4-12b-uncensored-1m, which is certified clean. Every run including the misses is published in the repo data.
| Tag | Size | Note |
|---|---|---|
latest |
18GB | The only quant in existence: Google ships this QAT checkpoint in 4-bit only |
KV is about 18KB per token; raise context with /set parameter num_ctx.
A separate 252MB draft head lives on the repo (+48 percent decode under llama.cpp with -md); Ollama has no speculative decoding yet.
Full repo, raw data, charts: Hugging Face | ModelScope Method and harness: github.com/satindergrewal/aviary-1m
Credits: Google (Gemma 4 + QAT; Gemma license), HauhauCS (uncensoring), Unsloth (MTP head), SatGeze (1M extension, testing).