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

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.