gemma-3-1b-it-heretic-extreme-uncensored-abliterated
from google/gemma-3-1b-it
Gemma-3-1B-it-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF is a Heretic-ablated variant of google/gemma-3-1b-it, published on Hugging Face by Andycurrent. It is 1B parameters, runs on a laptop CPU class and gemma licence. It is distributed across 5 repositories in GGUF format, totalling 23.6K downloads.
How Gemma-3-1B-it-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF 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
“This repository hosts Gemma 3 – 1B IT GLM-4.7 Flash Heretic Uncensored Thinking, a lightweight 1 billion–parameter instruction-tuned model derived from Google’s Gemma 3 1B IT base.”
Commands are templates — confirm the exact repository and quant file before use.
hf download Andycurrent/Gemma-3-1B-it-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF --local-dir ./gemma-3-1b-it-glm-4.7-flash-heretic-uncensored-thinking-gguf
llama-cli -m ./gemma-3-1b-it-glm-4.7-flash-heretic-uncensored-thinking-gguf/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Andycurrent/Gemma-3-1B-it-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Andycurrent/Gemma-3-1B-it-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF --trust-remote-codeEvery published repository of Gemma-3-1B-it-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF, including quantised re-releases by other authors.
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-GLM-4.7-Flash-Heretic-Uncensored-Thinking_GGUF is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Andycurrent, and does not independently verify publisher claims. See responsible use.