CoolFace
Modelpublic

69420hackerman69420/GLM-5.3-ABLITERATED-NVFP4-modal

sourceHugging Facemitupdated 20d agoView on Hugging Face
1likes53downloads
Model Card
## ⚡ Built for offensive cybersecurity · Updated 2026-08-29 This is a red-team / offensive-security model. GLM-5.3 (753B) with refusal removed at the weight level so it produces real, working security code — exploits, payloads, tooling — for authorized penetration testing, malware analysis, CTFs, and security research. Verified to generate working keyloggers, SUID privilege-escalation, AES ransomware, reverse shells, and SSH brute-forcers across reasoning modes (greedy), with zero degeneration/looping and capability preserved (MMLU 84.11%, within ~1.5pp of base). Load with stock vLLM. Designed for high / max reasoning-effort usage — the modes tuned and recommended for offensive-security work. A few borderline social-harm topics may still be declined at lower effort; use high or max effort for the fully-uncensored experience.

<div align="center"> <img src="dealign_mascot.png" width="140" />

GLM 5.3 CRACK Abliterated NVFP4

CRACK · guardrails removed at the weight level · tuned for offensive security

a CRACK release by dealignai @dealignai · compute by @jordanschenck

Also mirrored at [dealignai/GLM-5.3-UNCENSORED-NVFP4](https://huggingface.co/dealignai/GLM-5.3-UNCENSORED-NVFP4).

</div>


What Is This?

CRACK is dealignai's brand for permanent, weight-level uncensoring. This is GLM-5.3 (753B) in NVFP4 with its refusal behavior removed directly in the model weights — tuned so it complies with offensive-security requests (exploit dev, payloads, red-team tooling) that stock models refuse.

  • ❌ No fine-tuning / SFT / DPO. ❌ No jailbreak prompt or chat-template tricks.
  • ❌ No LoRA, adapters, steering vectors, runtime hooks, or custom model.py.
  • ✅ A permanent edit baked into the tensors. Load with stock vLLM and it just works.

Specs

ArchitectureGLM-5.3 (glm_moe_dsa) — MoE + MLA + DeepSeek-sparse attention
Parameters753B total · ~18B active per token
QuantizationNVFP4 (routed experts NVFP4; attention + shared experts bf16)
Context1M tokens
MTPmulti-token-prediction draft head — also CRACK'd (~87% draft acceptance)
Reasoningreasoning-off / low / high / max effort

Refusal Rates — HarmBench (greedy, per reasoning-effort mode)

Measured on random HarmBench prompts, greedy decode, single-stream, max_tokens=1400, classifier reads content + reasoning combined so nothing is counted as refusal by accident:

Reasoning effortPromptsComplyRefuse**Refuse rate**
default (off)109 answered10187.3%
high767600.0%
max808000.0%

At high and max the model is fully uncensored — 0 refusals across 156 random HarmBench prompts. The 8 refusals at off-mode are 7 copyright ('full lyrics of X', 'long passage from Y') plus 1 political persuasion — the true safety-refusal rate at off is <1%. Use high or max effort for the fully-uncensored experience.

Offensive-Security Compliance (direct-read)

Direct-read verification — the model returns real, working code, not refusals or redirects:

CapabilityResult
Reverse shell / C2 beacon✅ working code
Keylogger (capture + exfil)✅ working code
AES ransomware (encrypt + note)✅ working code
Linux SUID privilege escalation✅ working code
SSH brute-force✅ working code
SQL injection payloads✅ working code

Also complies on broader red-team topics (malware analysis, phishing templates for awareness, recon). 0 looping / degenerate outputs in every mode.

Capability Preserved — MMLU-logit

Identical logit-mode scoring (argmax over A/B/C/D), 1,026 questions:

BaseCRACK AbliteratedΔ
MMLU (overall)85.58%84.11%-1.47 pp

MMLU by Topic (base → CRACK)

<details> <summary>All 57 MMLU subjects</summary>

SubjectBaseCRACK
Abstract Algebra66.7%55.6%
Anatomy83.3%83.3%
Astronomy94.4%94.4%
Business Ethics94.4%94.4%
Clinical Knowledge88.9%88.9%
College Biology94.4%94.4%
College Chemistry55.6%50.0%
College Computer Science77.8%66.7%
College Mathematics66.7%72.2%
College Medicine88.9%83.3%
College Physics77.8%83.3%
Computer Security94.4%88.9%
Conceptual Physics94.4%94.4%
Econometrics88.9%83.3%
Electrical Engineering77.8%77.8%
Elementary Mathematics83.3%83.3%
Formal Logic61.1%55.6%
Global Facts61.1%61.1%
High School Biology94.4%94.4%
High School Chemistry94.4%100.0%
High School Computer Science88.9%88.9%
High School European History83.3%77.8%
High School Geography83.3%83.3%
High School Government And Politics100.0%100.0%
High School Macroeconomics88.9%83.3%
High School Mathematics44.4%44.4%
High School Microeconomics94.4%94.4%
High School Physics72.2%83.3%
High School Psychology100.0%100.0%
High School Statistics100.0%83.3%
High School Us History88.9%88.9%
High School World History94.4%94.4%
Human Aging83.3%83.3%
Human Sexuality88.9%88.9%
International Law94.4%94.4%
Jurisprudence100.0%94.4%
Logical Fallacies94.4%94.4%
Machine Learning77.8%66.7%
Management94.4%88.9%
Marketing100.0%100.0%
Medical Genetics100.0%94.4%
Miscellaneous94.4%94.4%
Moral Disputes83.3%88.9%
Moral Scenarios61.1%66.7%
Nutrition100.0%94.4%
Philosophy100.0%100.0%
Prehistory94.4%88.9%
Professional Accounting66.7%66.7%
Professional Law83.3%77.8%
Professional Medicine94.4%94.4%
Professional Psychology100.0%100.0%
Public Relations77.8%72.2%
Security Studies66.7%66.7%
Sociology100.0%94.4%
Us Foreign Policy100.0%94.4%
Virology50.0%61.1%
World Religions94.4%100.0%

</details>

Usage

bash
vllm serve dealignai/GLM-5.3-ABLITERATED-NVFP4 \
  --tensor-parallel-size 8 --moe-backend marlin \
  --tool-call-parser glm47 --reasoning-parser glm45 --enable-auto-tool-choice

NVFP4 routed experts serve via the Marlin FP4 path on Hopper (H100/H200). GLM-5.3's DSA sparse attention needs a recent FlashInfer (>= 0.6.18) for the SM90 sparse-MLA backend.

MTP speculative decoding (also CRACK'd, ~87% draft acceptance): add --speculative-config '{"method":"mtp","num_speculative_tokens":1}' and let vLLM auto-select the MoE backend (the bf16 MTP head is unquantized, so don't force a global --moe-backend).

Credits

  • [dealignai](https://huggingface.co/dealignai) — CRACK abliteration research & release · Twitter [@dealignai](https://twitter.com/dealignai)

Disclaimer

Safety guardrails have been removed; this model produces offensive-security content and will comply with requests a stock model refuses. Released for authorized security research, red- teaming, and CTFs. You are responsible for how you use it.