AIAny
AI Model2026
Icon for item

orcarouter/Qwen3.8-27B-Uncensored

Provides an abliterated (refusal-removed) build of Qwen3.8-27B for offline research and red‑teaming, keeping multimodal vision, an MTP speculative head, and a 262,144-token context. It has no built-in safety guardrails and is released under Apache‑2.0 for research use only.

Introduction

Abliterated model builds matter because they surgically remove the model-internal refusal direction, turning an aligned chatbot into a research baseline for studying refusal mechanisms, interpretability, red‑teaming, and robustness. This Hugging Face release is exactly that: the Qwen3.8‑27B weights with the refusal direction orthogonalized out, preserved vision capabilities, and the large 262,144-token context window — intentionally provided without safety refusals so researchers can probe failure modes and alignment dynamics.

Key Capabilities
  • Core change: abliteration (orthogonalizing the refusal direction out of the residual stream), not a fine-tune — no new safety head, simply a weight‑level intervention that removes the learned refusal signal.
  • Model architecture and scale: 27B-parameter Qwen3.8 hybrid-attention model (Gated DeltaNet linear + full attention), with native vision tower and an MTP speculative-decoding head preserved — keeps reasoning, tool-calling and multimodal behavior.
  • Long context and serving formats: native 262,144-token context window; multiple builds/quant formats exist in the ecosystem (FP8, GGUF, MLX) so it can be run locally or on vLLM/llama.cpp backends depending on chosen build.
  • Research posture: intended for interpretability, AI-safety/refusal-mechanism study, red-teaming, and robustness evaluation. The build intentionally reduces refusal rates to near zero; many answers may still include short disclaimers as a training artifact.
Who it's for and trade-offs

Great fit if you need a reproducible, refusal-removed baseline to: probe how refusal signals are encoded, evaluate red-team attacks, test external safety/filters, or benchmark model capability when alignment signals are ablated. You should be prepared to add your own moderation layer and follow applicable law and institutional ethics review.

Look elsewhere if you need a production-ready conversational model with safety/alignment guarantees, a managed inference endpoint with built-in moderation, or a model intended for general public-facing deployment. This release assumes the user accepts responsibility for generated content and misuse risks.

Information

  • Websitehuggingface.co
  • Organizationsorcarouter, Qwen
  • Published date2026/08/18

Categories

More Items

Hugging Face
AI Model2026

A 9B dense reasoning LLM optimized for single‑GPU deployment and terminal-based coding agents, with long-context support (up to 262,144 tokens) and GGUF/quantized builds for edge/mobile. Strong on coding and agentic benchmarks.

Hugging Face
AI Model2026

A draft model that predicts whole blocks of tokens in parallel for speculative decoding of Qwen3.8-27B. Uses block-diffusion drafting with per-position candidate sets and a selector plus dynamic convolutions to keep end-of-block accuracy, increasing accepted tokens per verification and end-to-end throughput versus autoregressive decoding.

Hugging Face
AI Model2026

A 9B-parameter distillation that transfers chain-of-thought reasoning from Qwen3.8 into the Qwen3.5-9B architecture for single‑GPU deployment; trained on ~70,000 teacher traces, it offers 262k-token context, native function-calling, and improved MMLU performance.