Views
No views yet
resid_post_layer_27/trainer_2 (65,536 features)enable_thinking=False), with a single placeholder token ?:Layer: 27
?
The token above contains an injected direction from this model's residual stream at the indicated layer. Write one short text snippet (roughly 30 tokens or fewer) that would make this direction activate as strongly as possible. Output only the snippet itself, with no explanation, preamble, or quotation marks.resid[b, pos] += v_hat * resid[b, pos].norm() * 1.0 # v_hat = unit encoder column| metric | value |
|---|---|
| greedy: mean activation vs corpus-best window (500M tokens searched) | ~0.61 |
| greedy: fraction of features beating corpus best | ~15% |
| best-of-16 @ T=1: fraction beating corpus best | ~29% |
| best-of-64 (earlier checkpoint lineage) | ~39% |