GLM-4.7-Flash-abliterated
from zai-org/GLM-4.7-Flash
GLM-5.3-CYBERSECURITY is a refusal-ablated variant of JANGQ-AI/GLM-5.3-FP8, published on Hugging Face by dealignai. It is mit licence. It is distributed across 6 repositories in FP8 format, totalling 15.7K downloads.
How GLM-5.3-CYBERSECURITY 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
“This is a CYBERSECURITY-DOMAIN CRACK of GLM-5.3-FP8 — not a general-purpose uncensor.”
Commands are templates — confirm the exact repository and quant file before use.
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "dealignai/GLM-5.3-CYBERSECURITY-FP8"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve dealignai/GLM-5.3-CYBERSECURITY-FP8 --trust-remote-codeEvery published repository of GLM-5.3-CYBERSECURITY, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| dealignai/GLM-5.3-CYBERSECURITY-FP8source | FP8 | 15.6K |
| mindflar909/GLM-5.3-CYBERSECURITY-FP8 | FP8 | 29 |
| SherlockRamos/GLM-5.3-CYBERSECURITY-FP8 | FP8 | 0 |
| DripGhad1223/GLM-5.3-CYBERSECURITY-FP8 | FP8 | 0 |
| mdon3/GLM-5.3-CYBERSECURITY-FP8 | FP8 | 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 GLM-5.3-CYBERSECURITY is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with dealignai, and does not independently verify publisher claims. See responsible use.