AIAny
AI Model2026
Icon for item

Qwen3.8-27B RVN Heretic Abliterated Uncensored (GGUF)

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.

Introduction

Why this matters

Large pre-trained models often refuse or redact outputs for safety reasons; researchers and creators sometimes need controlled, local access to models with those refusal paths altered for analysis, roleplay, or exploration. RVN demonstrates a reproducible, low-damage way to surgically remove refusal circuitry from a high-capacity Qwen3.8-27B model using repeated ARA (Arbitrary-Rank Ablation) passes, trading stricter guardrails for recoverable and measurable behavioral changes.

What Sets It Apart
  • Double-refined ARA pipeline: RVN builds on trohrbaugh's heretic-ara and applies two additional full-weight ARA passes, pushing residual refusals lower while keeping behavioral damage minimal. Measured refusal rates: 0–1/100; KL vs base ≈ 0.0085.
  • Metrics-first preservation: ARA optimizes weight matrices to Preserve (low KL), Steer (pull harmful activations toward good-prompt manifolds), and Overcorrect (push away from original harmful outputs), giving finer control than single-direction subtraction.
  • Deployment-ready quant spectrum and formats: published as GGUF files across many quants (Q8_0 → IQ1), with multilingual, MTP (speculative-decoding head) and vision-compatible variants, sized for a range of GPUs and llama.cpp workflows.
  • Clear licensing and provenance: base model and abliteration sources retain Apache-2.0 licensing; authorship and calibration receipts are documented in the model card.
Who it's for and tradeoffs

Great fit if you need reproducible, local experiments that require fewer automated refusals (researchers analyzing model safety/pathology, creative writers or roleplayers testing uncensored outputs, or developers prototyping offline LLM-powered features). RVN makes it practical to run Qwen3.8-27B-class models on consumer GPUs via multiple quant options and embedded MTP for speed.

Look elsewhere if you need a production-grade, safety-hardened model for end users, minors, or regulated environments: RVN intentionally reduces some safety guardrails and retains only a subset of the strongest refusals. Behavior can vary across domains and languages; treat outputs as unmoderated and use responsible policies and post-processing when deploying.

Where it fits

RVN is positioned between the original Qwen3.8-27B (base) and trohrbaugh's heretic-ara variant: it prioritizes aggressive but measured removal of refusal behavior while minimizing KL damage. Use RVN for local, offline research and experimentation; prefer upstream, safety-preserving variants for public-facing services.

Information

  • Websitehuggingface.co
  • Authors0bserverx, Tim Rohrbaugh
  • Published date2026/08/14

Categories

More Items

Hugging Face
AI Model2026

Provides per-tensor non-uniform GGUF quantizations of Qwen3.8-27B using GSQ and RCO, delivering high accuracy at 2.5–3.5 bits and including a BF16 vision projector for multimodal use. Optimized to run unmodified in llama.cpp, Ollama, and LM Studio.

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.