File size: 392 Bytes
07e1235
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
library_name: saelens
---

# SAEs for use with the SAELens library

This repository contains the following SAEs:
- 166670336
- 500002816
- 666669056
- 833335296
- 333336576
- 1000001536

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-5x-l1-jump-ortho-l1-5", "<sae_id>")
```