SAELens
ArthurConmyGDM commited on
Commit
63d9867
1 Parent(s): c0bb990

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -23,7 +23,22 @@ See our [landing page](https://huggingface.co/google/gemma-scope) for details on
23
 
24
  https://huggingface.co/google/gemma-scope-2b-pt-res/tree/main/layer_20/width_16k/average_l0_71
25
 
26
- # 4. Point of Contact
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  Point of contact: Arthur Conmy
29
 
@@ -36,6 +51,6 @@ Contact by email:
36
  HuggingFace account:
37
  https://huggingface.co/ArthurConmyGDM
38
 
39
- # Citation
40
 
41
  Paper: https://arxiv.org/abs/2408.05147
 
23
 
24
  https://huggingface.co/google/gemma-scope-2b-pt-res/tree/main/layer_20/width_16k/average_l0_71
25
 
26
+ See also 4.:
27
+
28
+ # 4. How can I use these SAEs straight away?
29
+
30
+ ```python
31
+ from sae_lens import SAE # pip install sae-lens
32
+
33
+ sae, cfg_dict, sparsity = SAE.from_pretrained(
34
+ release = "gemma-scope-2b-pt-res-canonical",
35
+ sae_id = "layer_0/width_16k/canonical",
36
+ )
37
+ ```
38
+
39
+ See https://github.com/jbloomAus/SAELens for details on this library.
40
+
41
+ # 5. Point of Contact
42
 
43
  Point of contact: Arthur Conmy
44
 
 
51
  HuggingFace account:
52
  https://huggingface.co/ArthurConmyGDM
53
 
54
+ # 6. Citation
55
 
56
  Paper: https://arxiv.org/abs/2408.05147