Qwen3.8-27B-Uncensored
from Qwen/Qwen3.8-27B
SuperQwen3.8-27b-abliterated is a refusal-ablated variant of Qwen/Qwen3.8-27B, published on Hugging Face by Jiunsong. It is 27B parameters, 48GB VRAM class class and apache-2.0 licence. It is distributed across 9 repositories in Transformers, GGUF, MLX and GGUF (imatrix) formats, totalling 28.4K downloads.
How SuperQwen3.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: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“The full-BF16 SuperQwen3.8 release: refusal-reduced, overthinking-corrected, multimodal, tool-capable, and verified across the native 262K window.”
Commands are templates — confirm the exact repository and quant file before use.
hf download Jiunsong/SuperQwen3.8-27b-abliterated-GGUF --local-dir ./superqwen3.8-27b-abliterated
llama-cli -m ./superqwen3.8-27b-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Jiunsong/SuperQwen3.8-27b-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Jiunsong/SuperQwen3.8-27b-abliterated --trust-remote-codeEvery published repository of SuperQwen3.8-27b-abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| Jiunsong/SuperQwen3.8-27b-abliterated-GGUF | GGUF | 13K |
| mradermacher/SuperQwen3.8-27b-abliterated-GGUF | GGUF | 5.8K |
| mradermacher/SuperQwen3.8-27b-abliterated-i1-GGUF | GGUF (imatrix) | 3.8K |
| Jiunsong/SuperQwen3.8-27b-abliterated-MLX-4bit | MLX | 3.8K |
| Jiunsong/SuperQwen3.8-27b-abliteratedsource | Transformers | 1.5K |
| jjbbeans/SuperQwen3.8-27B-abliterated-UD-Q2_K_XL-GGUF | GGUF | 326 |
| McG-221/SuperQwen3.8-27b-abliterated-Q8_0-GGUF | GGUF | 131 |
| vishrutJ/SuperQwen3.8-27b-abliterated | Transformers | 31 |
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 SuperQwen3.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 Jiunsong, and does not independently verify publisher claims. See responsible use.