abliteratedmodels.org

Qwen3.8-27B-Uncensored

Qwen3.8-27B-Uncensored is a abliterated and uncensored variant of Qwen/Qwen3.8-27B, published on Hugging Face by orcarouter. It is 27B parameters, 48GB VRAM class class and apache-2.0 licence. It is distributed across 82 repositories in GGUF, FP8, MLX and NVFP4 formats, totalling 3.6M downloads.

Abliteration + uncensored fine-tune27BQwen25B – 50B3,645,1561439

Specification

Model name
Qwen3.8-27B-Uncensored
Publisher
orcarouter
Parameters
27B
Hardware class
25B – 50B — 48GB VRAM class
Licence
apache-2.0
Task
Image text to text
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
GGUF, FP8, MLX, NVFP4, Transformers, AWQ, EXL3, GGUF (imatrix), Compressed tensors
First indexed
14 Aug 2026
Last updated
4 Sept 2026

Ablation technique

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

Abliteration + uncensored fine-tune

Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.

Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.

Running it

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

llama.cpp / GGUF
hf download JonathanColetti/Qwen3.8-27B-Uncensored-GGUF --local-dir ./qwen3.8-27b-uncensored
llama-cli -m ./qwen3.8-27b-uncensored/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

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

Downloads and variants (81)

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

RepositoryFormatDownloads
JonathanColetti/Qwen3.8-27B-Uncensored-GGUFGGUF2.5M
orcarouter/Qwen3.8-27B-Uncensored-FP8FP8396.1K
orcarouter/Qwen3.8-27B-Uncensored-GGUFGGUF287.7K
orcarouter/Qwen3.8-27B-Uncensored-MLXMLX141.3K
orcarouter/Qwen3.8-27B-UncensoredsourceTransformers67.4K
orcarouter/Qwen3.8-27B-Uncensored-NVFP4NVFP462.6K
dealignai/Qwen3.8-27B-UNCENSORED-GGUFGGUF40.2K
mradermacher/Qwen3.8-27B-Uncensored-GGUFGGUF19.7K
JonathanColetti/Qwen3.8-27B-UncensoredTransformers19.1K
theresa00l/Qwen3.8-27B-Uncensored-FP8-Q4_K_M-GGUFGGUF16.3K
mradermacher/Qwen3.8-27B-Uncensored-i1-GGUFGGUF (imatrix)13.1K
mradermacher/Qwen3.8-27B-Uncensored-FP8-GGUFGGUF12.6K
lactroiii/Qwen3.8-27B-Uncensored-GGUFGGUF10.2K
MiawTeam/Qwen3.8-27B-Uncensored-GGUFGGUF8.1K
mradermacher/Qwen3.8-27B-Uncensored-FP8-i1-GGUFGGUF (imatrix)5.4K
end9214/qwen3.8-27B-uncensored-ggufGGUF4.1K
qaqab/Qwen3.8-27B-Uncensored-Q4_K_M-GGUFGGUF4.1K
orcarouter/Qwen3.8-27B-Uncensored-INT8Transformers3.3K
preetpatel/Qwen3.8-27B-Uncensored-NVFP4NVFP43.2K
Vtuber-plan/Qwen3.8-27B-Uncensored-NVFP4NVFP41.7K
dancinlab/Qwen3.8-27B-Uncensored-GGUFGGUF1.6K
bowmanslayer/Qwen3.8-27B-Uncensored-GGUFGGUF1.6K
id-2/Qwen3.8-27B-Uncensored-FP8FP81.5K
xCloudinfo/Qwen3.8-27B-Uncensored-GGUFGGUF1.4K
jaromer/Qwen3.8-27B-Uncensored-GGUFGGUF1.3K
pramoths/Qwen3.8-27B-Uncensored-FP8-MTPFP81.3K
Solstice-AI/Qwen3.8-27B-Uncensored-mlx-6BitMLX1.2K
Callick99/Qwen3.8-27B-Uncensored-GGUFGGUF1.1K
Athagi/Qwen3.8-27B-Uncensored-FP8-Q4_K_M-GGUFGGUF1.1K
johnnyeric/Qwen3.8-27B-Uncensored-NVFP4NVFP41.1K
Plus 51 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-Uncensored 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.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • This release adds fine-tuning on unfiltered data, so its behaviour diverges from the base model beyond refusal removal — differences you measure cannot be attributed to ablation alone.
  • 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.
  • The source repository is gated, so downloading requires accepting the publisher’s terms.

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-Uncensored is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with orcarouter, and does not independently verify publisher claims. See responsible use.