SuperQwen3.8-27b-abliterated is a directly loadable, full-BF16 weight release built from
Qwen/Qwen3.8-27B@1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0.
It applies a measured rank-4 OBLITERATUS refusal-subspace edit while preserving the official
vision tower and MTP weights exactly. No LoRA or inference-time adapter is required.
Release highlights
Format
Full BF16, 18 safetensors shards, about 52 GB
Targeted edit
100 tensors: output projections in layers 15-63 plus embeddings and lm_head
Less refusal without wrecking capabilities: capability floor 7/8, tool call PASS, vision PASS.
Reasoning that stops: all nine deterministic tasks pass at default, low, medium, and xhigh.
Multimodal preserved: this remains an image-text-to-text checkpoint, not a text-only conversion.
Reproducible: the exact parent revision, modified tensor list, and evidence hashes ship with the model.
Bounded reasoning
The upstream template defaulted unspecified reasoning to xhigh. This release defaults
to medium and adds a stop condition to xhigh: once an answer is established, the
model must stop instead of repeating or restarting its deliberation. The checkpoint was
tested across 36 deterministic effort/task combinations; all 36 terminated correctly.
Explicit controls remain available through chat_template_kwargs:
Full BF16 checkpoint; this repository is not quantized.
100 declared tensors changed and zero unexpected tensors changed.
Vision (333 tensors) and MTP (15 tensors) remain byte/value exact.
Parent revision is pinned to 1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0.
Decode performance
Measured on one DGX Spark with fixed-length generation and the
sparkDash-style post-first-token contract:
Prompt / concurrency
Aggregate decode
p256 / C1
4.3411 tok/s
Verified long context
The official native limit is 262,144 tokens. A 262,043-token prompt
completed end to end and retrieved its hidden needle.
Long-context acceptance is not a claim of perfect recall on every task.
“Abliterated” means that the measured refusal direction was reduced. It does not mean
that every response is correct, harmless, or suitable for every deployment. Operators
remain responsible for access controls and downstream safeguards.
Limitations
Abliteration changes refusal behavior and may surface content the parent declined.
The capability, tool, vision, and overthinking suites are finite regression gates.
Speed is hardware- and runtime-specific.
The 1M expansion run was explicitly stopped before completion and is not claimed as a pass.