norabelrose
commited on
Commit
•
714e47b
1
Parent(s):
8be3d3a
Update README.md
Browse files
README.md
CHANGED
@@ -13,5 +13,5 @@ With the `sae` library installed, you can access an SAE like this:
|
|
13 |
```python
|
14 |
from sae import Sae
|
15 |
|
16 |
-
sae = Sae.load_from_hub("EleutherAI/sae-llama-3-8b-32x
|
17 |
```
|
|
|
13 |
```python
|
14 |
from sae import Sae
|
15 |
|
16 |
+
sae = Sae.load_from_hub("EleutherAI/sae-llama-3.1-8b-32x", hookpoint="layers.23.mlp")
|
17 |
```
|