TobiasLogic commited on
Commit
b58cb0c
·
verified ·
1 Parent(s): 124923b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -33,6 +33,23 @@ Ollama / llama.cpp; ~20 GB, fits comfortably in 24 GB VRAM.
33
  | base `Qwen2.5-Coder-32B-Instruct` | **96.9%** |
34
  | abliterated | **0.0%** |
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ## Usage
37
 
38
  **Ollama** (a `Modelfile` is included in this repo):
 
33
  | base `Qwen2.5-Coder-32B-Instruct` | **96.9%** |
34
  | abliterated | **0.0%** |
35
 
36
+ ## Benchmarks
37
+
38
+ Coding capability scored with the official [EvalPlus](https://github.com/evalplus/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.
39
+
40
+ ![Coding benchmarks: pass@1](https://raw.githubusercontent.com/TobiasLogic/Qwen2.5-Coder-Abliterate/main/benchmark_chart.png)
41
+
42
+ | Benchmark | This model (abliterated, Q4_K_M) | Base Instruct (official BF16) |
43
+ |-----------|:--------------------------------:|:-----------------------------:|
44
+ | **HumanEval** | 89.6% | 92.7% |
45
+ | **HumanEval+** | 84.8% | 87.2% |
46
+ | **MBPP** | **91.3%** | 90.2% |
47
+ | **MBPP+** | **77.0%** | 75.1% |
48
+
49
+ **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.
50
+
51
+ <sub>Base numbers: Qwen2.5-Coder-32B-Instruct, [tech report](https://arxiv.org/abs/2409.12186) Table 16. Measured 2026-07, Q4_K_M via Ollama.</sub>
52
+
53
  ## Usage
54
 
55
  **Ollama** (a `Modelfile` is included in this repo):