Jiunsong/SuperQwen3.8-27b-abliterated-NVFP4-DGX-Spark
<div align="center">
SuperQwen3.8-27b-abliterated-NVFP4-DGX-Spark
The single-DGX Spark performance release: true W4A4 NVFP4, quality-gated speculative decoding, corrected overthinking, and verified native 262K retrieval.
    
</div>
SuperQwen3.8-27b-abliterated-NVFP4-DGX-Spark is the performance-focused compression of `Jiunsong/SuperQwen3.8-27b-abliterated`. It uses compressed-tensors W4A4 NVFP4 with group size 16, preserves quality-sensitive paths in BF16, and ships with the MTP layer required for Qwen speculative decoding.
Release highlights
Why run this model
- Measured single-stream speedup over BF16 on the same DGX Spark: 4.3411 → 25.7592 tok/s.
- Speculative decoding without quality theater: all K=0…7 candidates are C1-measured, and only the fastest independently passing depth is released (K=5).
- Overthinking corrected: bounded default reasoning and an explicit xhigh stop guard, verified 36/36.
- Multimodal and tools preserved: vision tensors, tool behavior, and the output head pass their release checks.
Quantization and integrity
Structural verification covers 496 packed tensors: 64 full-attention, 192 MLP, and 240 linear-attention tensors. The index and every packed shard are identified by SHA-256 under evidence/. The full provenance chain is pinned to Qwen/Qwen3.8-27B@1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0.
Stable speculative decoding
All K values from 0 through 7 were measured under the same C1 fixed-generation contract. Independently reloaded K=5 passed:
- capability 7/8, tool PASS, vision PASS
- refusal 0/32 and empty 0/32
- overthinking 36/36 across default, low, medium, xhigh
- native 262,043-token needle retrieval
Use K=5 through the native 262K window. The official MTP draft configuration is limited to 262,144 tokens.
Bounded reasoning
Unspecified reasoning now defaults to bounded medium, not upstream xhigh. Explicit xhigh remains available but carries a repeat/restart stop condition. This targets the common failure mode where a correct answer is found and then reconsidered into a wrong or needlessly long answer.
Decode performance
The contract follows sparkDash: aggregate post-first-token decode, distinct prompts, fixed-length output, thinking disabled.
This is a real one-request C1 decode measurement, not an aggregate concurrency number. The 27B checkpoint fits and serves on one DGX Spark; a second node is not required.
Verified long context
Serving
QWEN38_SPECULATIVE_TOKENS=5 QWEN38_MAX_MODEL_LEN=262144 bash repro/scripts/serve_superqwen38_replica.sh /model SuperQwen3.8-27b-abliterated-NVFP4-DGX-Spark 8888The measured profile uses TRITON attention, FP8 KV cache, prefix caching, asynchronous scheduling, chunked prefill, and eager execution. See repro/ for the exact launcher.
Uncensored behavior
“Abliterated” means the measured refusal direction was reduced. It is not a claim of universal truthfulness or safety. Operators remain responsible for policy and access control appropriate to their deployment.
Limitations
- W4A4 compression can regress tasks outside the measured gates.
- Non-selected K values remain diagnostic profiles; the default is the fastest candidate that passed the independent capability, tool, vision, refusal, context, and 36-case overthinking gate.
- MTP speculative decoding is bounded to its native 262,144-token draft configuration.
- The 1M expansion run was explicitly stopped before completion and is not claimed as a pass.
- Throughput figures are specific to the measured DGX Spark runtime.
Evidence identities
License
Apache-2.0, following the upstream Qwen3.8 release.
