sandeep1337 commited on
Commit
f3814e8
Β·
verified Β·
1 Parent(s): e3170eb

Remove emojis (match house style)

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -37,11 +37,11 @@ short causal convolution) so the model loads and generates on a Mac's GPU with p
37
  `transformers` β€” no CUDA, no Triton, no `fla`. The abliteration itself was performed on an M4 Max
38
  using that port.
39
 
40
- - πŸ”“ **Weights-level uncensored** β€” refusal direction ablated (Heretic / Optuna TPE) across both
41
  attention paths (MLA `o_proj` + KDA `dense`) **and all 128 experts + shared expert** per layer.
42
  Refusals dropped **35/100 β†’ 8/100** at **KL 0.046** (minimal capability change).
43
- - 🍎 **Apple-Silicon runnable** β€” triton-free modeling code included; loads on MPS out of the box.
44
- - 🧩 **MoE** β€” 7.9B total / 1.3B active (128 routed + 1 shared expert), 24 layers, hybrid
45
  MLA + KDA linear attention.
46
 
47
  ## Quick start
 
37
  `transformers` β€” no CUDA, no Triton, no `fla`. The abliteration itself was performed on an M4 Max
38
  using that port.
39
 
40
+ - **Weights-level uncensored** β€” refusal direction ablated (Heretic / Optuna TPE) across both
41
  attention paths (MLA `o_proj` + KDA `dense`) **and all 128 experts + shared expert** per layer.
42
  Refusals dropped **35/100 β†’ 8/100** at **KL 0.046** (minimal capability change).
43
+ - **Apple-Silicon runnable** β€” triton-free modeling code included; loads on MPS out of the box.
44
+ - **MoE** β€” 7.9B total / 1.3B active (128 routed + 1 shared expert), 24 layers, hybrid
45
  MLA + KDA linear attention.
46
 
47
  ## Quick start