AIAny
AI Model2026
Icon for item

Huihui-GLM-5.2-abliterated-GGUF

An uncensored GGUF build of GLM-5.2 that applies weight “abliteration” to remove refusal filters and produce a locally runnable text-generation model; includes quantization conversions and shard-merge instructions, intended for experimental research rather than production use.

Introduction

Uncensored local builds are often created for red‑teaming, research, or offline experimentation. This release demonstrates a proof‑of‑concept approach that directly modifies GGUF weights of GLM‑5.2 (“abliteration”) to suppress refusal behaviors, trading safety filtering for broader output freedom.

Key Capabilities
  • Direct ablation of GGUF weight files: the project modifies distributed GGUF shards rather than applying a runtime filter, producing builds that aim to remove refusal responses. This means changes happen at the weight level rather than via policy wrappers, so outputs can diverge from the base model’s safety behavior.
  • Quantization and format changes: some weights are converted across quant schemes (examples reported include Q5_K/Q6_K -> Q8_0 and conversions to MXFP4), and multiple quantized variants are provided, affecting model size and memory requirements.
  • Retains core modules: according to the release notes, the first 12 layers and expert modules were not ablated in this iteration, which partially preserves original model capacity while altering later-surface behaviors.
  • GGUF & llama.cpp compatibility: distributed as GGUF shards that require merging (llama-gguf-split / llama.cpp toolchain) and large GPU/CPU memory to run — expect multi-hundred‑GB artifacts for common quant variants.
Who it's for and trade-offs

Great fit if you need a locally runnable GLM‑5.2 variant for controlled research, red‑teaming, or experiments where standard refusal behavior is a blocker and you can assume manual output review. The model is useful to study the effect of weight‑level interventions on safety and generation behavior.

Look elsewhere if you require a production‑grade, safety‑hardened model or if legal/ethical constraints forbid generating uncensored content. Trade‑offs include increased risk of sensitive or inappropriate outputs, potential legal/ethical exposure, greater responsibility for monitoring, and the need for significant local compute and manual merging steps. Use in public or underage contexts is not recommended.

Information

  • Websitehuggingface.co
  • Organizationshuihui-ai, zai-org, unsloth
  • Published date2026/06/28

Categories

More Items

Hugging Face
AI Model2026

Multimodal vision-language model optimized for on-device image+text tasks: image captioning, full-page OCR with layout annotation, grounding/bounding-box prediction, and function calling. Built on the LFM2.5-2.6B backbone with a SigLIP2 NaFlex 400M vision encoder and tuned for low-latency, low-memory edge inference.

Hugging Face
AI Model2026

A 27B Qwen3.8 vision‑language causal transformer quantized to NVFP4 for lower‑memory inference. Provides 262K native context (extensible to 1M), Unsloth Dynamic V3.0 4‑bit quantization and MTP support so Qwen3.8‑class multimodal workloads can run on 24GB‑class GPUs.

Hugging Face
AI Model2026

Multimodal Mixture-of-Experts text-generation model that accepts text, images, video and audio and returns text; preview open-weight release with 280B total params, 16B activated params, up to 512K token context and BF16/FP8 checkpoints under Apache-2.0.