library_name: saelens | |
# SAEs for use with the SAELens library | |
This repository contains the following SAEs: | |
- 983044096 | |
- 491524096 | |
- 614404096 | |
- 245764096 | |
- 122884096 | |
- 1105924096 | |
- 737284096 | |
- 860164096 | |
- 368644096 | |
Load these SAEs using SAELens as below: | |
```python | |
from sae_lens import SAE | |
sae, cfg_dict, sparsity = SAE.from_pretrained("demiant/sae-gemma-2-2b-multistage-unfrozen-tied-20x-l1-jump-positive-ortho-l1-10", "<sae_id>") | |
``` |