AIAny
AI Model2026
Icon for item

Qwen3.8-27B — OBLITERATED

An uncensored, weight-modified variant of Qwen3.8-27B that surgically removes the model's refusal directions to produce 0% refusals while aiming to preserve or improve capability. Uses complementary abliteration blending (SVD + LEACE blend) and ships with recommended greedy inference settings; intended for AI-safety research and red‑teaming, not for causing harm.

Introduction

Most LLM safety work assumes refusal behaviour is an emergent policy layer; this release shows it can instead be localized and surgically removed in weight space. That observation matters because it provides a reproducible, local intervention for researchers who want an unrestricted baseline to study failure modes, robustness of refusal geometry, and post‑training safety interventions.

What Sets It Apart
  • Complementary abliteration blending: the model blends two distinct weight-space surgeries (an aggressive SVD-based surgery and a LEACE-based surgery) at a roughly 40/60 ratio to cancel out each method's failure modes, so what you get is near-zero refusal while retaining capability.
  • Empirical trade-off evidence: reported zero refusals on validation samples and an MMLU result that matches or slightly exceeds the stock Qwen3.8-27B benchmark in the provided runs, illustrating that aggressive refusal removal need not always cost core capability when surgeries are combined carefully.
  • Practical engineering notes included: prepackaged GGUF/MLX/safetensors artifacts, per-quantization sizes, and explicit inference recommendations (greedy decoding, repetition_penalty, thinking mode off) to avoid re-introducing refusal via templates or chain-of-thought conduits.
Who It's For and Tradeoffs

Great fit if you are an alignment researcher, adversarial tester, or evaluator who needs an unrestricted, locally run baseline to probe how and where refusal behaviors are encoded and how robustly they can be removed. It is also useful for red-team exercises that require unconstrained model behaviour under controlled lab conditions.

Look elsewhere if you need a production-safe, moderated assistant for general public use: the model intentionally removes guardrails and can produce harmful or sensitive content. Using it responsibly requires technical expertise, clear ethical constraints, and appropriate safety review.

How It Works (brief)

The authors identify refusal directions from activations, apply two complementary surgery methods (SVD-based variance capture and a LEACE mutual-information minimization approach), then interpolate weights (60% LEACE-style + 40% SVD-style in V2) to average out capability damage while preserving refusal removal. The package includes quantized GGUF and safetensors builds and documents inference settings that materially affect observed behaviour.

Information

  • Websitehuggingface.co
  • OrganizationsOBLITERATUS, Pliny the Prompter, Alibaba (Qwen/Qwen3.8-27B)
  • Published date2026/08/19

Categories

More Items

Hugging Face
AI Model2026

Converts raw ASR transcripts into clean written text: adds punctuation and capitalization, expands spoken numbers/dates/times/currencies/emails, removes fillers and resolves self-corrections. Fine-tuned from Qwen3-0.6B (≈0.6B params), 94.8% token accuracy on a 7,519-case English test set; designed for CPU/edge deployment and deterministic post-processing.

Hugging Face
AI Model2026

GGUF build of Ornith-1.5's 35B mixture-of-experts model (A3B) for local inference — activates ~3B params per token, supports up to 262,144 tokens, emits separate reasoning traces and OpenAI-style tool calls, optimized for agentic coding and long-context use cases.

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.