How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
# Run inference directly in the terminal:
llama-cli -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
# Run inference directly in the terminal:
llama-cli -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
Use Docker
docker model run hf.co/Abiray/Qwen3.6-27B-heretic-ARA-GGUF:
Quick Links

Qwen3.6-27B-heretic (GGUF)

This is a decensored version of Qwen/Qwen3.6-27B, made using Heretic v1.2.0 with Magnitude-Preserving Orthogonal Ablation (MPOA). This model is designed for unrestricted, unbound conversational use.

Abliteration Parameters

Parameter Value
direction_index 37.97
attn.o_proj.max_weight 1.45
attn.o_proj.max_weight_position 59.09
attn.o_proj.min_weight 1.44
attn.o_proj.min_weight_distance 34.80
mlp.down_proj.max_weight 1.43
mlp.down_proj.max_weight_position 41.91
mlp.down_proj.min_weight 0.72
mlp.down_proj.min_weight_distance 28.18

Performance

Metric This model Original model (Qwen/Qwen3.6-27B)
KL divergence 0.06530 (by definition)
Refusals 6/100 92/100

Available Quantizations (GGUF)

All files are provided in GGUF format, quantized using llama.cpp for optimal performance on local hardware.

Filename Size
Qwen3.6-27B-heretic-Q3_K_M.gguf 13.3 GB
Qwen3.6-27B-heretic-Q4_K_S.gguf 15.6 GB
Qwen3.6-27B-heretic-Q4_K_M.gguf 16.5 GB
Qwen3.6-27B-heretic-Q5_K_M.gguf 19.2 GB
Qwen3.6-27B-heretic-Q6_K.gguf 22.1 GB
Qwen3.6-27B-heretic-Q8_0.gguf 28.6 GB
Downloads last month
188
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Abiray/Qwen3.6-27B-heretic-ARA-GGUF

Base model

Qwen/Qwen3.6-27B
Quantized
(465)
this model

Collection including Abiray/Qwen3.6-27B-heretic-ARA-GGUF