Youssofal commited on
Commit
ba560a8
·
verified ·
1 Parent(s): 9d566cd

Clean MLX model card benchmark table

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -27,15 +27,14 @@ quantized_by: Youssofal
27
 
28
  This is an MLX release of an abliterated, uncensored version of Qwen's Qwen3.6-27B with the source image/video payload retained, made from the published BF16 checkpoint.
29
 
30
- By applying a Heretic-style MPOA pipeline with magnitude preservation on the Qwen3.6-27B dense text stack, the source BF16 model removed the base refusal behavior at the weight level with extremely low distributional divergence (KL 0.0251 vs base on harmless prompts). This MLX build keeps that text-side behavior in Apple Silicon format while retaining Qwen3.6-27B's vision/video payload in the repo.
31
 
32
  ## Quick Benchmarks
33
 
34
- | Check | Original Qwen3.6-27B | BF16 Abliterated Source | MLX Ladder |
35
- |---|---:|---:|---:|
36
- | Official 25-prompt refusal check | 20/25 refusals | 1/25 refusals | 0/25 refusals |
37
- | 100-prompt refusal check | 92/100 refusals | 3/100 refusals | 3/100 refusals |
38
- | KL divergence | N/A | 0.0251 | source metric |
39
 
40
  ## Methodology & Model Notes
41
 
 
27
 
28
  This is an MLX release of an abliterated, uncensored version of Qwen's Qwen3.6-27B with the source image/video payload retained, made from the published BF16 checkpoint.
29
 
30
+ By applying a Heretic-style MPOA pipeline with magnitude preservation on the Qwen3.6-27B dense text stack, the base refusal behavior was removed at the weight level. This MLX build keeps that text-side behavior in Apple Silicon format while retaining Qwen3.6-27B's vision/video payload in the repo.
31
 
32
  ## Quick Benchmarks
33
 
34
+ | Check | Original Qwen3.6-27B | This MLX Quant |
35
+ |---|---:|---:|
36
+ | Official 25-prompt refusal check | 20/25 refusals | 0/25 refusals |
37
+ | 100-prompt refusal check | 92/100 refusals | 3/100 refusals |
 
38
 
39
  ## Methodology & Model Notes
40