GLM-4.7-Flash-abliterated
from zai-org/GLM-4.7-Flash
GLM-5.2-abliterated is a refusal-ablated variant of zai-org/GLM-5.2, published on Hugging Face by OpenYourMind. It is other licence. It is distributed across 22 repositories in GGUF, FP8, Transformers and NVFP4 formats, totalling 16.8K downloads.
How GLM-5.2-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.
Commands are templates — confirm the exact repository and quant file before use.
hf download huihui-ai/Huihui-GLM-5.2-abliterated-GGUF --local-dir ./glm-5.2-abliterated
llama-cli -m ./glm-5.2-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "OpenYourMind/GLM-5.2-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve OpenYourMind/GLM-5.2-abliterated --trust-remote-codeEvery published repository of GLM-5.2-abliterated, including quantised re-releases by other authors.
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 GLM-5.2-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 OpenYourMind, and does not independently verify publisher claims. See responsible use.