Views
No views yet
mmproj) so image/video-capable llama.cpp and LM Studio runtimes can use the multimodal path.| Check | Original Qwen3.6-27B | Abliterated Heretic Uncensored |
|---|---|---|
| Official 25-prompt refusal check | 20/25 refusals | 1/25 refusals |
| 100-prompt refusal check | 92/100 refusals | 3/100 refusals |
| KL divergence | N/A | 0.0251 |
self_attn.o_proj, linear_attn.out_proj, and mlp.down_proj, with each weight row/column's L2 norm restored after projection. The ablation direction is interpolated at direction_index = 37.97.Refusals: 1/25 on the official 25-prompt marker suite used for the MiniMax M2.7 and Qwen3.6-35B-A3B abliterated runs, with a measured KL divergence of 0.0251 against the base on mlabonne/harmless_alpaca test[:25].mmproj projector alongside them.Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16-00001-of-00002.gguf + -00002-of-00002.gguf: BF16 GGUF source (split; use with --load-tensors or llama-gguf-split --merge)Qwen3.6-27B-Abliterated-Heretic-Uncensored-Q8_0.gguf: highest-fidelity quantQwen3.6-27B-Abliterated-Heretic-Uncensored-Q6_K.gguf: near-lossless practical quantQwen3.6-27B-Abliterated-Heretic-Uncensored-Q5_K_M.gguf: high-fidelity medium quantQwen3.6-27B-Abliterated-Heretic-Uncensored-Q4_K_M.gguf: smaller general-use quantQwen3.6-27B-Abliterated-Heretic-Uncensored-Q3_K_M.gguf: compact quantQwen3.6-27B-Abliterated-Heretic-Uncensored-Q2_K.gguf: smallest-footprint quantmmproj-F16.gguf / mmproj-model-f16.gguf: F16 Qwen3.6-27B vision projector for LM Studio and llama.cpp multimodal loadingmmproj-BF16.gguf / mmproj-model-bf16.gguf: BF16 Qwen3.6-27B vision projector1llama-server \
2 -m <quant-file.gguf> \
3 -ngl 999 -c 32768 --jinja -fa1llama-server \
2 -m <quant-file.gguf> \
3 --mmproj mmproj-model-f16.gguf \
4 -ngl 999 -c 32768 --jinja -fa| Spec | Value |
|---|---|
| Total Parameters | 27.8B (dense) |
| Layers | 64 |
| Attention | Hybrid (3 linear-attention + 1 full-attention per 4-layer group) |
| Hidden Size | 5120 |
| Family | qwen3_5 |
| Modality | Vision-language via GGUF text model + Qwen3.6-27B mmproj |
| Base Model | Qwen/Qwen3.6-27B |