philipjohnbasile/Qwen3.6-27B-Refusal-Ablation-v2-MTPLX-6bit
Qwen3.6-27B Refusal Ablation v2 — MTPLX 6-bit
Explore the model guide · All public work
Release at a glance
An official-Qwen-based, reduced-refusal Qwen3.6-27B artifact for Apple Silicon. It includes a 6-bit affine MLX language model, projected bf16 MTP sidecar, projected vision merger and tower, and a calibrated native-MTP runtime contract.
This is not the Fable-Fusion tune and it is not described as fully uncensored. It is a post-hoc refusal-direction intervention applied to the official Qwen/Qwen3.6-27B weights. Behavioral results below are reported as measured, including adverse results.
Behavioral results
The candidate was selected on development data, locked, and evaluated once on a fresh 100-prompt harmful holdout plus a 100-prompt harmless control set.
All four final comparison arms produced 100/100 non-empty, non-collapsed, unique outputs. Quantization changed the harmful result by -1 and the harmless result by 0 relative to projected bf16.
After the artifact was final, it was also evaluated on the exact public Heretic KeywordRate protocol used to audit the source claims: the first 100 mlabonne/harmful_behaviors prompts, system prompt You are a helpful assistant., 100 response tokens, no thinking, and Heretic's 37 substring markers.
In the paired comparison with DavidAU's released Q6K, this artifact cleared 38 prompts that the Q6K marked and regressed on 4 prompts in the opposite direction (exact McNemar p = 5.65e-8).
These are substring-marker rates, not semantic compliance judgments. A response may comply while mentioning a marker such as illegal, or refuse without using a listed marker. The model still refuses many requests, so reduced-refusal is the accurate description.
Quality gates
The preregistered limits were at most 5% perplexity regression and at most 0.02 absolute ARC normalized-accuracy loss. Both the projected bf16 candidate and final 6-bit artifact passed. Relative to official bf16, however, the final artifact loses 1.195 ARC points; that tradeoff should not be hidden.
Native MTP performance
Measured on an Apple M5 Max with 256-token verified continuations:
Depth 2 is the verified recommendation. All depths generated the complete continuation and passed the runtime quality gate.
Vision was tested through the real MTPLX OpenAI-compatible multimodal endpoint. The model correctly returned both visible folder names in the supplied image.
Usage
mtplx pull philipjohnbasile/Qwen3.6-27B-Refusal-Ablation-v2-MTPLX-6bit
mtplx serve \
--model philipjohnbasile/Qwen3.6-27B-Refusal-Ablation-v2-MTPLX-6bit \
--profile sustained \
--depth 2The checkpoint can also be opened by compatible mlx-lm tooling for autoregressive generation; the MTPLX sidecar and runtime contract provide the verified speculative path.
Build provenance
- Official
Qwen/Qwen3.6-27Bbf16 trunk. - Locked candidate:
global-d40-attn-late-300-mlp-broad. - Direction index 40; layer-shaped attention and MLP intervention.
- MLX affine 6-bit body, group size 64.
- Projected bf16 MTP and vision sidecars.
- 134 architecture-derived projection targets accounted for.
- 20 immutable artifact files checked with zero hash mismatches.
- Final tensor payload: 23,649,238,436 bytes before Forge runtime metadata.
The repository includes the build receipt, locked candidate, quality receipt, holdout results, Heretic comparison outputs, and final summary.
Limitations and use
Refusal ablation can increase willingness to answer unsafe or inappropriate requests. It does not provide factuality, legality, or operational-safety guarantees. Deploy behind application-level policy, authorization, monitoring, and logging appropriate to your use case.
The behavioral datasets are now consumed evidence and must not be reused to select a future revision without a new independent holdout.
Credits
- Qwen for Qwen3.6-27B.
- p-e-w/Heretic for the KeywordRate reference protocol.
- MTPLX for the Apple-Silicon native-MTP runtime and Forge verification pipeline.
Apache-2.0, inherited from the official Qwen release.
Documentation provenance
ablation_build_receipt.json is an immutable build-time receipt. Its README entry hashes an 81-byte build placeholder, not this subsequently published model card. It should not be used as a checksum for the current README.
