Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,10 @@ tags:
|
|
9 |
- interpretability
|
10 |
---
|
11 |
|
12 |
-
SAEs and transcoders can be loaded using https://github.com/EleutherAI/sae
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- interpretability
|
10 |
---
|
11 |
|
12 |
+
SAEs and transcoders can be loaded using https://github.com/EleutherAI/sae:
|
13 |
+
|
14 |
+
```
|
15 |
+
from sae import Sae
|
16 |
+
|
17 |
+
sae = Sae.load_from_hub("EleutherAI/sae-DeepSeek-R1-Distill-Qwen-1.5B-65k", hookpoint="layers.10.mlp")
|
18 |
+
```
|