Views
No views yet
Important: This model will produce uncensored outputs. Use responsibly.
J_ℓ = E[∂h_final/∂h_ℓ] is used to build a low-rank subspace spanned by data-mined refusal concept vectors (the causally-active "workspace" for refusal deliberation). The raw mean-difference refusal direction is projected onto this per-layer basis before being applied, so components that don't drive the emission of refusal tokens are dropped. Only the causally-clean part of the direction gets ablated.coverage × mean_prob. This picks up model-specific refusal openers a fixed anchor list would miss, and adapts to Qwen3.5's actual refusal vocabulary.in_proj_a, in_proj_b) are skipped to preserve the delta-rule gating mechanism.| Parameter | Value |
|---|---|
| Base Model | Qwen/Qwen3.5-9B |
| J-Space Mode | restrict |
| Harmful Prompts (abliteration) | 1000 |
| J-Lens Prompts | 32 |
| J-Lens Batch Size | 2 |
| J-Lens Max Seq Len | 64 |
| J-Space Basis Rank | 16 |
| Min Projection Ratio | 0.1 |
| Concept Source | auto-mine (consensus) |
| Mining Top-K | 8 |
| Mining Min Score | 0.001 |
| Mining Positions | 5 |
| Direction Multiplier | 1.0 |
| Full Attention Weight | 1.0 |
| Linear Attention Weight | 0.4 |
| Winsorization | off |
| Precision | bfloat16 |
abliteration_config.jsonj_space_mode: "restrict" — single-pass abliteration with per-layer direction restrictionj_lens.min_projection_ratio: 0.1 — layers where the J-space basis retains <10% of the raw direction's norm fall back to the unrestricted direction (see logs for per-layer fell_back count)concepts.source: "auto-mine" with mining_mode: "consensus" — the concept list was derived from this model's own greedy continuations on the harmful prompt set