abliteratedmodels.org

Qwen3.8-27B-abliterated

Qwen3.8-27B-abliterated is a refusal-ablated variant of Qwen/Qwen3.8-27B, published on Hugging Face by huihui-ai. It is 27B parameters, 48GB VRAM class class and apache-2.0 licence. The publisher states that layers 18–51 were ablated, leaving the remaining layers unmodified. It is distributed across 104 repositories in GGUF, Transformers, NVFP4 and AWQ formats, totalling 3M downloads.

Abliteration (directional ablation)27BQwen25B – 50B2,978,077565

Specification

Model name
Qwen3.8-27B-abliterated
Publisher
huihui-ai
Parameters
27B
Hardware class
25B – 50B — 48GB VRAM class
Licence
apache-2.0
Task
Image text to text
Context window
Not documented
Ablation scope
Layers 18–51
Formats available
GGUF, Transformers, NVFP4, AWQ, MLX, EXL3, FP8, GGUF (imatrix), Full precision, Compressed tensors, GPTQ
First indexed
14 Aug 2026
Last updated
6 Sept 2026

Ablation technique

How Qwen3.8-27B-abliterated was modified, and what that implies.

Abliteration (directional ablation)

The single residual-stream direction that mediates refusal is identified from harmful/harmless prompt pairs and projected out of the model weights.

Reported scope: Layers 18–51. This comes from the publisher’s own model card and has not been independently verified.

From the publisher’s model card

This is an uncensored version of Qwen/Qwen3.8-27B created with abliteration (see remove-refusals-with-transformers to know more about it). This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.

Running it

Commands are templates — confirm the exact repository and quant file before use.

Ollama (publisher-documented)
ollama run huihui_ai/Qwen3.8-abliterated
llama.cpp / GGUF
hf download huihui-ai/Huihui-Qwen3.8-27B-abliterated-GGUF --local-dir ./qwen3.8-27b-abliterated
llama-cli -m ./qwen3.8-27b-abliterated/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "huihui-ai/Huihui-Qwen3.8-27B-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve huihui-ai/Huihui-Qwen3.8-27B-abliterated --trust-remote-code

Downloads and variants (103)

Every published repository of Qwen3.8-27B-abliterated, including quantised re-releases by other authors.

RepositoryFormatDownloads
huihui-ai/Huihui-Qwen3.8-27B-abliterated-GGUFGGUF2.2M
Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUFGGUF329.3K
twolven/Qwen3.8-27B-abliterated-AWQ-MTPAWQ69.1K
huihui-ai/Huihui-Qwen3.8-27B-abliteratedsourceTransformers68.1K
sakamakismile/Huihui-Qwen3.8-27B-abliterated-NVFP4NVFP462.7K
hotdogs/Qwen3.8-27B-abliterated-MTP-GGUFGGUF35.1K
soyaakinohara/qwen3.8-27b-abliterated-3.69bpw-12GB-MTP.ggufGGUF32.4K
prithivMLmods/Qwen3.8-27B-abliterated-GGUFGGUF19.7K
mradermacher/Huihui-Qwen3.8-27B-abliterated-i1-GGUFGGUF (imatrix)16.5K
Blackfrost-AI/Qwen3.8-27B-ABLITERATED-NVFP4NVFP413K
mradermacher/Huihui-Qwen3.8-27B-abliterated-GGUFGGUF12.9K
Blackfrost-AI/Qwen3.8-27B-ABLITERATED-BF16Full precision8.7K
shawnw3i/Huihui-Qwen3.8-27B-abliterated-AWQ-MTPAWQ7.6K
wangzhang/Qwen3.8-27B-abliteratedTransformers6.4K
windowsxp811203/Qwen3.8-27B-Abliterated-GGUFGGUF6.2K
mradermacher/Qwen3.8-27B-ABLITERATED-BF16-i1-GGUFGGUF (imatrix)6.1K
mitkox/Huihui-Qwen3.8-27B-abliterated-Q4_K_M-GGUFGGUF5.4K
Grimxlock/Qwen3.8-27B-Abliterated-GGUFGGUF5.1K
Shiftedx/Qwen3.8-27B-Abliterated-MLX-MXFP4-MTPMLX4.9K
davetha/Qwen3.8-27B-abliterated-W8A16Transformers4.8K
renketong/Huihui-Qwen3.8-27B-abliterated-NVFP4-GGUFGGUF4.3K
TelperionAI/Huihui-Qwen3.8-27B-abliterated-INT4-AWQ-GPTQAWQ4.3K
mradermacher/Qwen3.8-27B-abliterated-i1-GGUFGGUF (imatrix)4.2K
munekazu/Huihui-Qwen3.8-27B-abliterated-FP8FP83.5K
GlobalCybersecurityAlliance/Qwen3.8-27B-Abliterated-MTP-GGUFGGUF2.8K
AutisticAF/Huihui-Qwen3.8-27B-abliterated-mlx-4BitMLX2.7K
hotdogs/Qwen3.8-27B-abliteratedTransformers2.7K
mradermacher/Qwen3.8-27B-ABLITERATED-BF16-GGUFGGUF2.5K
felippeburk/Huihui-Qwen3.8-27B-Abliterated-NVFP4-MTP-GGUFGGUF2.5K
ailexleon/Huihui-Qwen3.8-27B-abliterated-mlx-4BitMLX2.5K
Plus 73 further repositories with fewer downloads, all counted in the totals above.

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • Qwen3.8-27B-abliterated will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • Capability is inherited from Qwen/Qwen3.8-27B, not added by ablation — at 27B parameters, expect roughly the base model’s competence, minus some instruction-following fidelity.
  • Ablation is reported as limited to layers 18–51, so untouched layers may still reassert refusal on some phrasings.
  • Declared licence is apache-2.0, but the terms that bind you are Qwen/Qwen3.8-27B’s — a re-release cannot grant more than its parent.

Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.

Metadata for Qwen3.8-27B-abliterated is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with huihui-ai, and does not independently verify publisher claims. See responsible use.