luciaquirke commited on
Commit
9fbac1d
·
verified ·
1 Parent(s): 3a20fdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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
+ ```