AIAny
AI Model2026
Icon for item

Huihui-Qwen3.8-27B-abliterated

An uncensored fork of Qwen3.8-27B that removes refusal/safety filters via an “abliteration” technique while preserving the first 15 layers and multimodal capabilities; intended for controlled research and testing rather than production.

Introduction

Why this matters

Removing refusal behaviours from a large model exposes the parts of a model’s safety scaffolding in a concrete way: it can reveal what kinds of refusal patterns are learned vs. what layers enforce them. This release is a proof-of-concept that surgically alters a pretrained Qwen3.8-27B to produce uncensored outputs for experimentation, not to replace production-grade models.

Key Capabilities
  • Abliteration-based refusal removal: modifies later layers of a Qwen3.8-27B checkpoint to suppress refusal behavior while keeping the first 15 layers unchanged, preserving core pretraining features.
  • Multimodal support retained: MTP and visual components are reported as unmodified, so image-text-to-text functionality remains available for testing multimodal behaviors without built-in refusals.
  • Easy local inference paths: distributed as safetensors with transformers-compatible code paths and example scripts for streaming generation and performance metrics.
  • Explicit experimental posture: the model is described as a crude, proof-of-concept change, prioritizing exploratory research into model safety and behavior over robustness or deployment-readiness.
Who it's for and trade-offs

Great fit if you are a researcher or engineer studying model safety, refusal mechanisms, or layerwise behavior and need an accessible checkpoint to run controlled experiments. It is useful for audits, red-team testing, or academic analysis of how safety interventions propagate through network layers.

Look elsewhere if you need a production-ready, safety-hardened model: the safety filtering has been significantly reduced, increasing the risk of generating harmful, controversial, or illegal content. The maintainers explicitly advise against public-facing or underage-audience deployments and recommend manual output monitoring and legal/ethical risk assessment.

Where it fits

Positioned as an experimental variant of a mainstream foundation model (base: Qwen/Qwen3.8-27B). Unlike official, safety-optimized releases, this variant is intentionally uncensored to surface failure modes; treat it as a research asset rather than a drop-in replacement for standard Qwen3.8-27B instances.

Information

Categories

More Items

Hugging Face
AI Model2026

A 35B mixture-of-experts LLM tuned for agentic coding and end-to-end self-improvement: it jointly generates tasks, scaffolds, and solution rollouts. Activates ~3B params/token, supports 256K context (extendable), and emits chain-of-thought plus OpenAI-style tool calls.

Hugging Face
AI Model2026

Provides uncensored variants of Qwen3.8-27B modified with ARA (Arbitrary-Rank Ablation) to surgically remove refusal behavior, packaged as GGUF quant files for local llama.cpp inference. RVN applies two extra ARA passes that reduce harmful-prompt refusals to 0–1/100 with very low KL damage; intended for adult research/creative use and reduces safety guardrails.

Hugging Face
AI Model2026

An uncensored, "abliterated" fork of Qwen3.8-27B that removes refusal behavior by modifying targeted weights and provides multiple GGUF/BF16 quantized variants for local research and deployment, while carrying significantly reduced safety filtering.