Views
No views yet
d_in=2048)train_config.json for the full training config)train_config.json for the complete sparsify.TrainConfig used.1from sparsify import Sae
2
3sae = Sae.load_from_hub("EleutherAI/sae-SmolLM2-1.7B-layer17-32x-embedskip")
4# sae.W_embed_skip, sae.b_embed_skip hold the learned embedding-activation skip connectionEleutherAI/SmolLM2-135M-10B, BOS-filtered). Whole-SAE at this budget:
0 dead latents, and 99.8% of latents fire ≥200×
(65,391 / 65,536).| Metric | Detection | Fuzzing |
|---|---|---|
| Balanced accuracy | 0.536 [0.530, 0.543] | 0.571 [0.564, 0.579] |
| F1 | 0.608 [0.603, 0.612] | 0.496 [0.485, 0.506] |
| Frequency-weighted F1 | 0.680 [0.650, 0.688] | 0.418 [0.357, 0.684] |
| Precision | 0.527 [0.522, 0.532] | 0.602 [0.592, 0.612] |
| Recall | 0.718 [0.709, 0.727] | 0.422 [0.411, 0.433] |