Qwen3.8-27B-Uncensored
from Qwen/Qwen3.8-27B
Qwen3.6-27B-abliterated-v2 is a refusal-ablated variant of wangzhang/Qwen3.6-27B-abliterated, published on Hugging Face by groxaxo. It is 27B parameters and 48GB VRAM class class. It is distributed across 6 repositories in GGUF, GPTQ and GGUF (imatrix) formats, totalling 49.5K downloads.
How Qwen3.6-27B-abliterated-v2 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: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“Qwen3.6-27B-abliterated-v2-GPTQ-Pro-FOEM-4bit-g128 is a GPTQ-quantized checkpoint intended for efficient GPU inference, published by groxaxo. It is intended for open-source evaluation, reproducible experimentation, and compatible local or hosted inference workflows. The wording below is deliberately limited to what...”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Qwen3.6-27B-abliterated-v2-i1-GGUF --local-dir ./qwen3.6-27b-abliterated-v2
llama-cli -m ./qwen3.6-27b-abliterated-v2/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "groxaxo/Qwen3.6-27B-abliterated-v2-GPTQ-Pro-FOEM-4bit-g128"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve groxaxo/Qwen3.6-27B-abliterated-v2-GPTQ-Pro-FOEM-4bit-g128 --trust-remote-codeEvery published repository of Qwen3.6-27B-abliterated-v2, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| groxaxo/Qwen3.6-27B-abliterated-v2-GPTQ-Pro-FOEM-4bit-g128source | GPTQ | 44.7K |
| mradermacher/Qwen3.6-27B-abliterated-v2-i1-GGUF | GGUF (imatrix) | 2.5K |
| mradermacher/Qwen3.6-27B-abliterated-v2-GGUF | GGUF | 1.8K |
| groxaxo/Qwen3.6-27B-abliterated-v2-UD-GGUF | GGUF | 369 |
| groxaxo/Qwen3.6-27B-abliterated-v2-GGUF | GGUF | 162 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
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.6-27B-abliterated-v2 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with groxaxo, and does not independently verify publisher claims. See responsible use.