Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: saelens
|
3 |
+
---
|
4 |
+
|
5 |
+
# SAEs for use with the SAELens library
|
6 |
+
|
7 |
+
This repository contains the following SAEs:
|
8 |
+
- 983044096
|
9 |
+
- 491524096
|
10 |
+
- 614404096
|
11 |
+
- 245764096
|
12 |
+
- 122884096
|
13 |
+
- 1105924096
|
14 |
+
- 737284096
|
15 |
+
- 860164096
|
16 |
+
- 368644096
|
17 |
+
|
18 |
+
Load these SAEs using SAELens as below:
|
19 |
+
```python
|
20 |
+
from sae_lens import SAE
|
21 |
+
|
22 |
+
sae, cfg_dict, sparsity = SAE.from_pretrained("demiant/sae-gemma-2-2b-multistage-unfrozen-tied-20x-l1-jump-positive-ortho-l1-10", "<sae_id>")
|
23 |
+
```
|