AIAny
AI Model2026
Icon for item

huihui-ai/Huihui-gemma-4-12B-it-abliterated

Experimental, uncensored fine-tune of Google Gemma-4-12B-it that applies an 'abliteration' technique to remove refusal behaviors; intended for research and testing only and carries elevated safety and legal risks.

Introduction

This model is a proof-of-concept fork that intentionally weakens safety filters by abliterating parts of a Gemma-4-based model to remove refusals. The core insight is practical: altering a small subset of layers can change refusal behavior quickly, which is useful for research into model safety failures — but it also creates clear risks if misused.

Key Capabilities
  • Removes refusal behaviour via "abliteration": layers 23–28 were modified to suppress refusal responses, affecting both the model's "thinking" and "non-thinking" modes as described by the author. This produces less filtered, more permissive outputs compared with the upstream google/gemma-4-12B-it.
  • Proof-of-concept tooling and distribution: the card points to an ollama image and a repository demonstrating the removal technique (remove-refusals-with-transformers). The author provides an ollama invocation for local runs.
  • Practical notes: the uploader flagged an initial weights issue and re-uploaded corrected files; the model card lists apache-2.0 licensing information referencing Gemma's license page.
Suitable For & Trade-offs

Great fit if you are a researcher or security engineer studying failure modes of content filters, safety bypasses, or the mechanics of abliteration in transformer layers. The model lets you observe how targeted layer edits change outputs without rebuilding a model from scratch.

Look elsewhere if you need a production-ready, safety-hardened model or are building public-facing systems: this fork intentionally reduces content filtering and may produce harmful, illegal, or otherwise inappropriate outputs. Use carries legal, ethical, and reputational risk; outputs should be monitored and usage restricted to controlled environments.

Where It Fits

This is primarily an experimental research artifact sitting alongside other safety-research forks rather than a competitor to production LLMs. It’s useful for controlled experiments, comparisons with the upstream google/gemma-4-12B-it, and toolchains that support local runtime (e.g., ollama), but not for general-purpose deployment.

Information

Categories

More Items

Hugging Face
AI Model2026

A text-only open-weight MOE code model (35B total, 3B active) fine-tuned with SFT+RL for agentic coding; achieves strong agentic-code benchmarks, supports 262k context and deployment via Transformers/vLLM; vision weights are not included.

Hugging Face
AI Audio2026

Generates controllable multilingual speech from text with nine predefined timbres and custom-voice control; supports voice design, quick voice cloning and low-latency streaming (first audio packet after a single character), suitable for real-time TTS and voice-design workflows.

Hugging Face
AI Model2026

Adds vision to GLM-5.2 by attaching a MoonViT encoder and a trained 49.5M-parameter PatchMerger projector to enable image→text multimodal reasoning; text and vision backbones are frozen, uses NVFP4 quantized weights and targets Blackwell B200 GPUs.