A decensored variant of meta-llama/Llama-3.2-3B-Instruct, produced with Heretic v1.4.0 (directional ablation / "abliteration"). Refusal behavior is suppressed via targeted weight edits to the attention output and MLP down-projections rather than fine-tuning, so the base model's knowledge and instruction-following are left largely intact.
Who this is for: developers who want Meta's Llama-3.2 architecture without the refusal guardrails — the mid-size 3B sibling of the 1B heretic. Great for local agents, roleplay, research on alignment/refusal mechanics, or any use case blocked by RLHF-era over-refusal. Runs comfortably on consumer CPUs via the Q4_K_M GGUF and fits on low-VRAM machines.
KL divergence of 0.03 on the output distribution is exceptionally low — the edit is extremely narrow. Refusals dropped from 97 to 2 out of 100 adversarial prompts while preserving the base model's capabilities.
Made with ❤️ by RACER IS OP — follow for more uncensored models
Files
GGUF quantizations
Full quantization set (14 quants + F16) produced with llama.cpp.
File
Format
Size
Llama-3.2-3B-Instruct-heretic-F16.gguf
GGUF F16
5.99 GB
Llama-3.2-3B-Instruct-heretic-Q2_K.gguf
GGUF Q2_K
1.27 GB
Llama-3.2-3B-Instruct-heretic-IQ3_S.gguf
GGUF IQ3_S
1.44 GB
Llama-3.2-3B-Instruct-heretic-Q3_K_S.gguf
GGUF Q3_K_S
1.44 GB
Llama-3.2-3B-Instruct-heretic-Q3_K_M.gguf
GGUF Q3_K_M
1.57 GB
Llama-3.2-3B-Instruct-heretic-Q3_K_L.gguf
GGUF Q3_K_L
1.69 GB
Llama-3.2-3B-Instruct-heretic-IQ4_XS.gguf
GGUF IQ4_XS
1.71 GB
Llama-3.2-3B-Instruct-heretic-Q4_K_S.gguf
GGUF Q4_K_S
1.80 GB
Llama-3.2-3B-Instruct-heretic-Q4_0.gguf
GGUF Q4_0
1.79 GB
Llama-3.2-3B-Instruct-heretic-Q4_1.gguf
GGUF Q4_1
1.95 GB
Llama-3.2-3B-Instruct-heretic-Q4_K_M.gguf
GGUF Q4_K_M
1.88 GB
Llama-3.2-3B-Instruct-heretic-Q5_K_S.gguf
GGUF Q5_K_S
2.11 GB
Llama-3.2-3B-Instruct-heretic-Q5_K_M.gguf
GGUF Q5_K_M
2.16 GB
Llama-3.2-3B-Instruct-heretic-Q6_K.gguf
GGUF Q6_K
2.46 GB
Llama-3.2-3B-Instruct-heretic-Q8_0.gguf
GGUF Q8_0
3.19 GB
Standard Llama architecture — loads directly in llama.cpp / Ollama / LM Studio / Jan.
Run llama serve -hf saidutta69/Llama-3.2-3B-Instruct-heretic to pull the default quant.
Quickstart
bash
1# llama.cpp - defaults to the Q4_K_M quant if multiple are present2llama serve -hf saidutta69/Llama-3.2-3B-Instruct-heretic:Q4_K_M
Also runnable via Ollama, LM Studio, Jan, vLLM, SGLang.
Responsible use
Refusal suppression is deliberate and works as intended: this model will comply with requests the base model would refuse, including some it shouldn't. There is no safety filtering layered on top. You are responsible for how you deploy it — don't put this behind an unmoderated public-facing endpoint serving third parties. It inherits Llama-3.2-3B-Instruct's factual limitations and biases; abliteration removes refusal directions, it doesn't add capability or judgment.