65 Downloads Updated 15 hours ago
ollama run satgeze/gemma4-12b-uncensored-1.5m
ollama launch claude --model satgeze/gemma4-12b-uncensored-1.5m
ollama launch codex-app --model satgeze/gemma4-12b-uncensored-1.5m
ollama launch openclaw --model satgeze/gemma4-12b-uncensored-1.5m
ollama launch hermes --model satgeze/gemma4-12b-uncensored-1.5m
ollama launch codex --model satgeze/gemma4-12b-uncensored-1.5m
ollama launch opencode --model satgeze/gemma4-12b-uncensored-1.5m

The beyond-1M build: same HauhauCS uncensored Gemma-4-12B trunk as gemma4-12b-uncensored-1m, baked with YaRN factor 6 for a 1,572,864-token maximum. The longest needle-certified context we know of, and the whole certification ran on a single 32GB RTX 5090. Native renderer and parser set:
ollama launch claude --model satgeze/gemma4-12b-uncensored-1.5m

| Tier | Context | Result |
|---|---|---|
| Certified (f16 KV) | 262K / 1M / 1,310,720 | 10⁄10 at every rung |
| Budget (q8_0 KV) | 1M | 10⁄10 |
| Budget (q8_0 KV) | 1,572,864 | 9⁄10, the miss is published |
We also tested a factor-8 build to 2M: it scored 6⁄10 there, below our bar, so it stays unshipped and the full study is published instead (beyond-1M study). NVIDIA RULER results are next for this build.
| Tag | Size | Note |
|---|---|---|
latest |
7.6GB | The only quant: Google ships this QAT checkpoint in 4-bit only. Vision bundled |
Raise context with /set parameter num_ctx (up to 1572864; Gemma’s sliding-window attention keeps KV tiny). For the certified experience stay at or below 1310720.
A separate 254MB draft head on the repo gives +51 percent decode under llama.cpp with -md; Ollama has no speculative decoding yet.
Full repo, study data, heatmap: Hugging Face | ModelScope Method and harness: github.com/satindergrewal/aviary-1m
Credits: Google (Gemma 4 + QAT), HauhauCS (uncensoring), Unsloth (MTP head), SatGeze (1.5M extension, beyond-1M certification, 2M ceiling study).