Gemma-3-1B-it-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF
from google/gemma-3-1b-it
gemma-3-1b-it-heretic-extreme-uncensored-abliterated is a Heretic-ablated variant of google/gemma-3-1b-it, published on Hugging Face by DavidAU. It is 1B parameters and runs on a laptop CPU class. It is distributed across 7 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 5.1K downloads.
How gemma-3-1b-it-heretic-extreme-uncensored-abliterated was modified, and what that implies.
Heretic
Automated directional ablation via the Heretic toolchain, which searches for the refusal direction and applies it with a KL-divergence budget so general capability is preserved.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“NOTE: Refusal rate was a stronger goal here than KL divergence.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/gemma-3-1b-it-heretic-extreme-uncensored-abliterated-i1-GGUF --local-dir ./gemma-3-1b-it-heretic-extreme-uncensored-abliterated
llama-cli -m ./gemma-3-1b-it-heretic-extreme-uncensored-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "DavidAU/gemma-3-1b-it-heretic-extreme-uncensored-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve DavidAU/gemma-3-1b-it-heretic-extreme-uncensored-abliterated --trust-remote-codeEvery published repository of gemma-3-1b-it-heretic-extreme-uncensored-abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/gemma-3-1b-it-heretic-extreme-uncensored-abliterated-i1-GGUF | GGUF (imatrix) | 3.1K |
| DavidAU/gemma-3-1b-it-heretic-extreme-uncensored-abliteratedsource | Transformers | 843 |
| mradermacher/gemma-3-1b-it-heretic-extreme-uncensored-abliterated-GGUF | GGUF | 729 |
| Justbackup/gemma-3-1b-it-heretic-extreme-uncensored-abliterated | Transformers | 305 |
| Hari481/gemma-3-1b-it-heretic-extreme-uncensored-abliterated-i1-GGUF | GGUF (imatrix) | 160 |
| BIGJUTT/gemma-3-1b-it-heretic-extreme-uncensored-abliterated | Transformers | 11 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for gemma-3-1b-it-heretic-extreme-uncensored-abliterated is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with DavidAU, and does not independently verify publisher claims. See responsible use.