library_name: saelens | |
# SAEs for use with the SAELens library | |
This repository contains the following SAEs: | |
- 333336576 | |
- 500002816 | |
- 1000001536 | |
- 666669056 | |
- 833335296 | |
- 166670336 | |
Load these SAEs using SAELens as below: | |
```python | |
from sae_lens import SAE | |
sae, cfg_dict, sparsity = SAE.from_pretrained("chanind/sae-gemma-2-2b-multistage-tied-40x-l1-jump-ortho-l1-5", "<sae_id>") | |
``` |