gemma-2-2b-it-abliterated
from google/gemma-2-2b-it
Gemma3.Novaciano-1B is a Heretic-ablated variant of NovaCorp/Gemma3.Novaciano-1B, published on Hugging Face by NovaCorp. It is 1B parameters, runs on a laptop CPU class and gemma licence. It is distributed across 4 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 6.3K downloads.
How Gemma3.Novaciano-1B 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 is a merge of pre-trained language models created using mergekit.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Gemma3.Novaciano-1B-i1-GGUF --local-dir ./gemma3.novaciano-1b
llama-cli -m ./gemma3.novaciano-1b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "NovaCorp/Gemma3.Novaciano-1B"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve NovaCorp/Gemma3.Novaciano-1B --trust-remote-codeEvery published repository of Gemma3.Novaciano-1B, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Gemma3.Novaciano-1B-i1-GGUF | GGUF (imatrix) | 4.9K |
| mradermacher/Gemma3.Novaciano-1B-GGUF | GGUF | 909 |
| NovaCorp/Gemma3.Novaciano-1Bsource | Transformers | 437 |
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 Gemma3.Novaciano-1B is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with NovaCorp, and does not independently verify publisher claims. See responsible use.