Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ All training hyperparameters are specified in cfg.json.
|
|
13 |
|
14 |
They are loadable using SAE via a few methods. The preferred method is to use the following:
|
15 |
|
|
|
16 |
```python
|
17 |
import torch
|
18 |
from transformer_lens import HookedTransformer
|
|
|
13 |
|
14 |
They are loadable using SAE via a few methods. The preferred method is to use the following:
|
15 |
|
16 |
+
EDIT: This chunk is out of date. Please see SAE Lens tutorials for up to date syntax for loading pretrained SAEs.
|
17 |
```python
|
18 |
import torch
|
19 |
from transformer_lens import HookedTransformer
|