Views
No views yet
google/gemma-2-2b.
Used in the LessWrong/AF post A sparse-feature audit of induction in Gemma-2-2B:
GitHub ·
interactive dashboard.| Architecture | TopK SAE |
| Hook | blocks.12.hook_resid_post |
d_in | 2,304 |
d_sae | 16,384 |
| L0 / k | 100 |
| Training tokens | 200M |
| Dataset | monology/pile-uncopyrighted (BOS-excluded) |
| Library | saprmarks/dictionary_learning 0.1.0; converted to SAELens 6.43.0 format |
| Final explained variance | 0.85 (peak 0.893) |
| Dead features | 0 |
| Hardware | Single RTX 5070 Ti (16 GB) |
1from sae_lens.saes.sae import SAE
2
3sae = SAE.load_from_disk(
4 "sohumsen/sae-gemma2-2b-layer12-v9c", # downloads from HF
5 device="cuda",
6)huggingface_hub.snapshot_download and pass the local
path to SAE.load_from_disk.A B ... A). The top induction feature, F15289, fires
on the second occurrence of a repeated word ("Never...Never", "Tier...Tier", ...).