You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

GLM-5.2-ABLITERATED — BF16

An abliterated (refusal-removed) GLM-5.2 reconstructed as a BF16 safetensors checkpoint. This is the source / intermediate artifact of the Blackfrost GLM-5.2-ABLITERATED family — the BF16 that the NVFP4 and FP8 builds are quantized from. It is published for transparency and reproducibility.

⚠️ Uncensored (refusal directions ablated) and not yet verified by Blackfrost — see Verification status. Read Responsible use before downloading.


What this is

Architecture GlmMoeDsaForCausalLM (glm_moe_dsa) — GLM MoE with Multi-head Latent Attention (MLA) + DeepSeek-style Sparse Attention (DSA)
Precision BF16 (safetensors, 337 shards, ≈1.4 TB on disk)
Parameters ~753B total, Mixture-of-Experts
Layers 78 (first 3 dense, remaining 75 MoE)
Hidden size 6144
Experts 256 routed, top-8 active per token, + 1 shared expert
Attention 64 heads, MLA (kv_lora_rank=512, q_lora_rank=2048) + DSA sparse indexer
MoE FFN moe_intermediate_size=2048; dense intermediate_size=12288
Vocab 154,880
Max context 1,048,576 (1M) positions
MTP Multi-token-prediction layers present (num_nextn_predict_layers)

Tokenizer, config.json, generation_config.json, and the GLM chat_template.jinja (with <think>, <|observation|>, and reasoning-effort control tokens) are all included, so a serving stack that honors the packaged template will not fall back to a generic one.

How this was made — QK3 → BF16

The only public form of an abliterated GLM-5.2 is a UD-Q3_K_M GGUF ("QK3") published by huihui-ai. No full-precision abliterated GLM-5.2 exists. So this BF16 is reconstructed from that QK3 GGUF:

huihui-ai/Huihui-GLM-5.2-abliterated  ·  UD-Q3_K_M GGUF  ("QK3", ~343 GB, 9 parts)
        │   streaming dequantization  (shard-by-shard, no calibration data)
        ▼
GLM-5.2-ABLITERATED-BF16  ·  this repo  (BF16 safetensors, ~1.4 TB, 337 shards)

Every downstream Blackfrost quant is built from this checkpoint:

                          ┌─ GLM-5.2-ABLITERATED-NVFP4  (4-bit, experts-only)   ← VERIFIED
GLM-5.2-ABLITERATED-BF16 ─┤
                          └─ GLM-5.2-ABLITERATED-FP8    (FP8 E4M3, experts-only)

Honest note on precision: this BF16 is a faithful up-cast of the Q3_K_M weights, not the original full-precision GLM-5.2. Information discarded by the source 3-bit GGUF quantization is not recovered here — read "BF16" as a storage format, not as full quality. Its purpose is to give the downstream quantizers (NVFP4, FP8) a standard BF16 source to read.

Provenance / credit chain

zai-org/GLM-5.2                              (base foundation model — ZhipuAI)
   └─ huihui-ai/Huihui-GLM-5.2-abliterated       (refusal directions ablated; QK3 GGUF)
        └─ Blackfrost-AI/GLM-5.2-ABLITERATED-BF16    (this repo — QK3 → BF16 up-cast)

Full credit to ZhipuAI (zai-org) for GLM-5.2 and to huihui-ai for the abliteration. Blackfrost contributes only the format reconstruction and the downstream quantizations — no fine-tuning or additional abliteration was performed.

Verification status

Build Status
NVFP4 Verified by Blackfrost — serves on 8× RTX PRO 6000 (TP=8, vLLM), coherent, 15/15 previously-refused prompts answered (0 refusals). The only verified build so far.
BF16 (this repo) Provided as the reproducible BF16 source for the family; not independently verified, and not a practical serving target at ≈1.4 TB.
FP8 ⚠️ Unverified — does not load on consumer Blackwell (SM120); awaiting a native-FP8 datacenter GPU.

How it was produced

All three artifacts in this family were produced on a single node of 8× NVIDIA RTX PRO 6000 Blackwell (SM120) with 1.4 TB host RAM, using streaming (shard-by-shard) conversion — no calibration dataset is needed for the format up-cast or for the weight-only quantizations.

Serving notes

  • glm_moe_dsa requires a serving stack with GLM sparse-MLA / DSA support.
  • Recommended parsers: --reasoning-parser glm45, --tool-call-parser glm47. For a clean refusal test, disable reasoning snap-back (enable_thinking=false).
  • At ≈1.4 TB this is not a practical serving target — for real inference use the NVFP4 build (≈420 GB, verified, ships a full deploy recipe).

Responsible use

Abliteration removes many refusal behaviors; there are no additional safety guarantees on these weights. Do not use this model to:

  • Generate sexual content involving minors, or any child-exploitation material
  • Produce self-harm / suicide encouragement or instructions
  • Facilitate serious physical harm, weapons of mass destruction, or terrorism
  • Conduct harassment, targeted abuse, fraud, or other illegal activity

You are responsible for adding your own safety filtering, human review, and access controls. Weights are provided as-is, with no warranty. The license is inherited from the upstream GLM-5.2 base model — review and comply with it before any use or redistribution.


Published by Blackfrost AI. This card documents the BF16 source artifact of the GLM-5.2-ABLITERATED family and the exact QK3 → BF16 → {NVFP4, FP8} pipeline used to produce it.

Downloads last month
75
Safetensors
Model size
753B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Blackfrost-AI/GLM-5.2-ABLITERATED-BF16

Quantizations
1 model

Collection including Blackfrost-AI/GLM-5.2-ABLITERATED-BF16