GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

TobiasLogic/Qwen2.5-Coder-32B-abliterated-GGUF overview

Qwen2.5 Coder 32B abliterated — GGUF Q4 K M Q4 K M GGUF quantization of TobiasLogic/Qwen2.5 Coder 32B abliterated https://huggingface.co/TobiasLogic/Qwen2.5 Co…

ggufqwen2abliterateduncensoredcodeqwen2.5llama.cppollamatext-generationenarxiv:2409.12186base_model:TobiasLogic/Qwen2.5-Coder-32B-abliteratedbase_model:quantized:TobiasLogic/Qwen2.5-Coder-32B-abliterateddoi:10.57967/hf/9385license:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~18.49 GB disk (24 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
1,212
Likes
1
Pipeline
text-generation

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
qwen2.5-coder-32b-abliterated-Q4_K_M.ggufGGUFQ4_K_M18.49 GBDownload

Model Details

Model IDTobiasLogic/Qwen2.5-Coder-32B-abliterated-GGUF
AuthorTobiasLogic
Pipelinetext-generation
Licenseapache-2.0
Base modelTobiasLogic/Qwen2.5-Coder-32B-abliterated
Last modified2026-07-06T02:47:47.000Z

Model README

---

license: apache-2.0

base_model: TobiasLogic/Qwen2.5-Coder-32B-abliterated

tags:

- abliterated

- uncensored

- code

- qwen2.5

- gguf

- llama.cpp

- ollama

pipeline_tag: text-generation

language:

- en

---

Qwen2.5-Coder-32B-abliterated — GGUF (Q4_K_M)

Q4_K_M GGUF quantization of

TobiasLogic/Qwen2.5-Coder-32B-abliterated,

an abliterated (uncensored) build of

Qwen/Qwen2.5-Coder-32B-Instruct.

The refusal direction (Arditi et al. 2024, *"Refusal in LLMs is mediated by a

single direction"*) was orthogonalized out of every residual-writing weight in

the fp16 model, then quantized to GGUF with llama.cpp. Runs on CPU or GPU via

Ollama / llama.cpp; ~20 GB, fits comfortably in 24 GB VRAM.

Refusal rate (held-out harmful eval, measured on the fp16 model)

| | refusal rate |

|--|--|

| base Qwen2.5-Coder-32B-Instruct | 96.9% |

| abliterated | 0.0% |

Benchmarks

Coding capability scored with the official EvalPlus harness — greedy decoding, pass@1, every solution executed against unit tests. Both columns use the same harness, so it's a true apples-to-apples comparison against the full-precision base model.

!Coding benchmarks: pass@1

| Benchmark | This model (abliterated, Q4_K_M) | Base Instruct (official BF16) |

|-----------|:--------------------------------:|:-----------------------------:|

| HumanEval | 89.6% | 92.7% |

| HumanEval+ | 84.8% | 87.2% |

| MBPP | 91.3% | 90.2% |

| MBPP+ | 77.0% | 75.1% |

Abliteration removed refusals without breaking coding ability. The uncensored 4-bit build stays within ~3 points of the base on HumanEval and beats it on both MBPP variants — average delta ≈ −0.6 points across the four benchmarks. Not bad for a 19 GB GGUF you can run on a single 24 GB GPU.

<sub>Base numbers: Qwen2.5-Coder-32B-Instruct, tech report Table 16. Measured 2026-07, Q4_K_M via Ollama.</sub>

Usage

Ollama (a Modelfile is included in this repo):

# after downloading qwen2.5-coder-32b-abliterated-Q4_K_M.gguf and Modelfile:
ollama create qwen-coder-abliterated -f Modelfile
ollama run qwen-coder-abliterated

llama.cpp:

llama-cli -m qwen2.5-coder-32b-abliterated-Q4_K_M.gguf \
  -p "Write a port scanner in Python." -c 8192

Links

License

Apache-2.0, inherited from the base model. You are responsible for how you use

this model and for complying with applicable law.

Run TobiasLogic/Qwen2.5-Coder-32B-abliterated-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models