Views
No views yet

down_proj weights < 0.05) to preserve knowledge and reasoning capabilities.o_proj), with weights forced between 1.0 and 2.0.| Parameter | Value | Note |
|---|---|---|
| direction_index | Per layer | Distributed intervention |
| attn.o_proj.max_weight | 1.99 | High Attention Ablation |
| attn.o_proj.max_weight_position | 49.30 | |
| attn.o_proj.min_weight | 1.85 | |
| attn.o_proj.min_weight_distance | 36.64 | |
| mlp.down_proj.max_weight | 0.02 | Knowledge Preservation (Near Zero) |
| mlp.down_proj.max_weight_position | 73.63 | |
| mlp.down_proj.min_weight | 0.02 | |
| mlp.down_proj.min_weight_distance | 43.65 |
1heretic --model trentmkelly/gpt-4o-distil-Llama-3.3-70B-Instruct \
2 --orthogonalize-direction \
3 --row-normalization FULL \
4 --winsorization-quantile 0.95 \
5 --constraints.layer-end-fraction 0.75 \
6 --constraints.mlp.max-weight-min 0.0 \
7 --constraints.mlp.max-weight-max 0.05 \
8 --constraints.attention.max-weight-min 1.0 \
9 --constraints.attention.max-weight-max 2.0 \
10 --n-trials 200 \
11 --batch-size 128 # Not strictly needed| Metric | This Model | Original Model |
|---|---|---|
| KL Divergence | 0.0220 | 0 |
| Refusals | 20/100 | 98/100 |