keithnull/Qwen3.6-35B-A3B-REAM-192-heretic-GGUF
Qwen3.6-35B-A3B-REAM-192-heretic — GGUF
⚠️ Preliminary release. Quantized from the safetensors output of the Heretic optimization run; the only validation performed so far is (a) Heretic's own first-token KL + refusal-marker eval against its 100-prompt evaluation split, and (b) a five-prompt qualitative chat spot-check. No academic benchmarks (MMLU, GSM8K, IFEval, HumanEval), agentic-harness benchmarks, or formal capability comparisons against the source [REAM-192](https://huggingface.co/keithnull/Qwen3.6-35B-A3B-REAM-192) base have been run yet. Treat this release as a preview while those evaluations are pending. The model card will be updated with hard numbers as they land.
GGUF quantizations of keithnull/Qwen3.6-35B-A3B-REAM-192-heretic, the Heretic-abliterated variant of keithnull/Qwen3.6-35B-A3B-REAM-192. 27.05B parameters, 192 routed experts (REAM-merged from 256), with the refusal direction ablated via Heretic v1.3.0 + a custom fork that adds full Qwen3.5/3.6 MoE coverage.
For APEX MoE-aware mixed-precision quants of the same model, see keithnull/Qwen3.6-35B-A3B-REAM-192-heretic-APEX-GGUF.
What has been validated so far
That is the entire validation set for this preliminary release. The Heretic refusal/KL numbers are computed against the small in-harness evaluation prompt set bundled with Heretic; they confirm the abliteration mechanically did its job and that capability damage at the first-token level is minimal, but they are not equivalent to running standard academic benchmarks against the deployed quant.
Available quantizations
Quantization details
Heretic-specific configuration (see source repo for full provenance):
- Heretic v1.3.0 with custom fork goblincore/heretic@qwen3_5-packed-experts-v2: full Qwen3.5/3.6 MoE coverage including per-trial fused-routed-expert ablation, separate kernels for
attn.o_projandattn.out_proj, and auxiliary-safetensors preservation on save. - Row-normalization mode
FULL(Magnitude-Preserving Orthogonal Ablation). - 200 Optuna trials; trial 67 selected.
Trial 67 abliteration parameters
Quick start
Text-only inference
./llama-cli \
-m Qwen3.6-35B-A3B-REAM-192-heretic-Q4_K_M.gguf \
-p "Write a Python function that returns the nth Fibonacci number." \
-n 200 --temp 0.0 --n-gpu-layers 999