Qwen3.8-Flash-Next-Uncensored
from Qwen/Qwen3.8-Flash-Next
Qwen3.8-Flash-Next-Abliterated is a refusal-ablated variant of Qwen/Qwen3.8-Flash-Next, published on Hugging Face by windowsxp811203. It is other licence. It is distributed across 8 repositories in GGUF, NVFP4, FP8 and Transformers formats, totalling 133.7K downloads.
How Qwen3.8-Flash-Next-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
“Produced by orthogonalizing all 151 residual-stream-writing weight tensors against a captured refusal direction at λ=1.5. The vision tower, lmhead and the 51 B n-gram table are left byte-identical.”
Commands are templates — confirm the exact repository and quant file before use.
hf download windowsxp811203/Qwen3.8-Flash-Next-Abliterated-GGUF --local-dir ./qwen3.8-flash-next-abliterated
llama-cli -m ./qwen3.8-flash-next-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "windowsxp811203/Qwen3.8-Flash-Next-Abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve windowsxp811203/Qwen3.8-Flash-Next-Abliterated --trust-remote-codeEvery published repository of Qwen3.8-Flash-Next-Abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| windowsxp811203/Qwen3.8-Flash-Next-Abliterated-GGUF | GGUF | 127.4K |
| dealignai/Qwen3.8-Flash-Next-ABLITERATED-NVFP4 | NVFP4 | 3.6K |
| grant-ai/Qwen3.8-Flash-Next-Abliterated-MLX-4bit | MLX | 1.5K |
| dealignai/Qwen3.8-Flash-Next-ABLITERATED-FP8 | FP8 | 590 |
| windowsxp811203/Qwen3.8-Flash-Next-Abliterated-NVFP4 | NVFP4 | 321 |
| windowsxp811203/Qwen3.8-Flash-Next-Abliteratedsource | Transformers | 312 |
| huihui-ai/Huihui-Qwen3.8-Flash-Next-abliterated-GGUF | GGUF | 0 |
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.8-Flash-Next-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 windowsxp811203, and does not independently verify publisher claims. See responsible use.