File size: 448 Bytes
3280b6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
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>")
``` |