AIAny
AI Model2026
Icon for item

DeepSeek-V4.1-Flash — UNCENSORED-FP8

Provides a drop-in checkpoint of DeepSeek-V4.1-Flash with weight-level abliteration that removes safety guardrails to produce uncensored outputs; preserves vision, MoE routing, 1M-token context and native FP8 quantization. Intended for advanced self-hosted deployment; requires large NVLink GPU domains and careful serving setup.

Introduction

The most consequential aspect of this build is not capability but control: it is a direct, weight-level modification of DeepSeek-V4.1-Flash that surgically removes the model's refusal/refusal-direction subspace so the checkpoint will produce substantive answers where the base model would refuse.

What Sets It Apart
  • Permanent, drop-in checkpoint change: no runtime hooks, steering vectors, or custom model wrappers — the checkpoint loads exactly like the base DeepSeek-V4.1-Flash model. This makes it operationally identical for serving stacks that already support the base model.
  • Targeted abliteration: the modification touches a small number of tensors (dozens out of ~96k) extracted via hidden-state hooks and removed orthogonally while preserving magnitude, which the authors claim maintains most downstream capabilities.
  • Evaluation focus: validated on large-scale safety/robustness benchmarks (HarmBench-320) and MMLU; shows near-100% compliance on prompts the base model refuses, at a measured drop in some accuracy clusters.
Key Capabilities
  • Multimodal inference: retains the DeepSeek-ViT vision encoder and two-layer projector, so image+text inputs remain supported.
  • Large context and MoE: supports up to ~1M token context and the original routed Mixture-of-Experts architecture, with native FP8 weight formats and FP4 experts preserved.
  • Serving-ready guidance: the card documents launch requirements (TP/EP sharding, DSpark speculative draft, Engram host table, JIT/kernel build caveats) and validated hardware setups for production-scale deployment.
Who It's For and Tradeoffs

Great fit if you are an experienced infra team that must run a local, uncensored, multimodal LLM and can supply large NVLink GPU domains (e.g., 4×H200) and hundreds of GBs of host RAM. The checkpoint is distributed under MIT but carries strong operational and ethical tradeoffs: it intentionally removes safety guardrails and has been validated to answer harmful prompts the base model refuses. Look elsewhere if you need a safety-compliant model, have limited GPU/memory resources, or cannot assume responsibility for content moderation and legal risk.

Short practical notes
  • Operational costs and complexity are high: KV bytes-per-token and Engram memory mean you must tune concurrency vs context carefully.
  • Compatibility: works with recent SGLang/vLLM adaptations and requires specific serving flags and environment settings documented in the model card.

Information

  • Websitehuggingface.co
  • Organizationsdealignai, deepseek-ai, Hugging Face
  • AuthorsJordan Schenck
  • Published date2026/09/10

Categories

More Items

Hugging Face
AI Model2026

A reasoning‑efficient fine-tune of Qwen3.8-27B that penalizes overthinking tokens to shorten internal reasoning traces — about 58.3% fewer thinking tokens with <1% accuracy loss and ~1.95× speedup; designed for long-context, multimodal and quantized deployments.

Hugging Face
AI Model2026

Open-weights preview checkpoint for a multimodal reasoning model that generates text from text and image/video inputs, exposes adjustable reasoning effort and tool-calling, and supports an extended 262,144-token context for long-horizon tasks and agent-style workflows.

Hugging Face
AI Model2026

A 4B causal language model post‑trained from Qwen3.5‑4B for agentic workloads — tool use, coding and instruction following — using a routing‑harness feedback loop aimed at iterative capability improvement; distributed as text-only safetensors with native 262,144-token context.