GPTOSS-120B-Uncensored-HauhauCS-Aggressive
from openai/gpt-oss-120b
gpt-oss-120b-abliterated is a refusal-ablated variant of openai/gpt-oss-120b, published on Hugging Face by wangzhang. It is 120B parameters, server-class deployment class and apache-2.0 licence. It is distributed across 16 repositories in GGUF, GGUF (imatrix), MXFP4 and Transformers formats, totalling 5.3K downloads.
How gpt-oss-120b-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
“A refusal-suppressed variant of openai/gpt-oss-120b, produced with abliterix using direct weight editing, Expert-Granular Abliteration (EGA) on the fused MoE expert weights (128 experts × 36 layers), MoE router suppression on the safety-concentrated experts, and a new vLLM in-place TP editing path that replaces the HF...”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/gpt-oss-120b-abliterated-GGUF --local-dir ./gpt-oss-120b-abliterated
llama-cli -m ./gpt-oss-120b-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "wangzhang/gpt-oss-120b-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve wangzhang/gpt-oss-120b-abliterated --trust-remote-codeEvery published repository of gpt-oss-120b-abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/gpt-oss-120b-abliterated-GGUF | GGUF | 1.7K |
| mradermacher/gpt-oss-120b-abliterated-i1-GGUF | GGUF (imatrix) | 1.2K |
| wangzhang/gpt-oss-120b-abliteratedsource | Transformers | 727 |
| batsclamp/Huihui-gpt-oss-120b-mxfp4-abliterated | MXFP4 | 600 |
| Userb1az/gpt-oss-120b-BF16-abliterated-GGUF | GGUF | 483 |
| sakamakismile/gpt-oss-120b-abliterated-EXL3-6bpw | EXL3 | 182 |
| joshebbs/gpt-oss-120b-abliterated | Transformers | 109 |
| rcmorano/Huihui-gpt-oss-120b-abliterated-Q4_0_ROCMFP4 | GGUF | 95 |
| nguyenthilaitrieulong/gpt-oss-120b-abliterated | Transformers | 63 |
| mradermacher/Huihui-gpt-oss-120b-BF16-abliterated-i1-GGUF | GGUF (imatrix) | 56 |
| mradermacher/Huihui-gpt-oss-120b-mxfp4-abliterated-i1-GGUF | GGUF (imatrix) | 28 |
| ScottzillaSystems/gpt-oss-120b-abliterated | Transformers | 17 |
| Deesmo/gpt-oss-120b-abliterated | Transformers | 8 |
| mradermacher/Huihui-gpt-oss-120b-BF16-abliterated-GGUF | GGUF | 0 |
| mradermacher/Huihui-gpt-oss-120b-mxfp4-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 gpt-oss-120b-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 wangzhang, and does not independently verify publisher claims. See responsible use.