chanind commited on
Commit
ec355ab
·
verified ·
1 Parent(s): 9d60129

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: saelens
3
+ ---
4
+
5
+ # SAEs for use with the SAELens library
6
+
7
+ This repository contains the following SAEs:
8
+ - blocks.0.hook_resid_post
9
+ - blocks.1.hook_resid_post
10
+ - blocks.2.hook_resid_post
11
+ - blocks.3.hook_resid_post
12
+ - blocks.4.hook_resid_post
13
+ - blocks.5.hook_resid_post
14
+ - blocks.6.hook_resid_post
15
+ - blocks.7.hook_resid_post
16
+ - blocks.8.hook_resid_post
17
+ - blocks.9.hook_resid_post
18
+ - blocks.10.hook_resid_post
19
+ - blocks.11.hook_resid_post
20
+
21
+ Load these SAEs using SAELens as below:
22
+ ```python
23
+ from sae_lens import SAE
24
+
25
+ sae, cfg_dict, sparsity = SAE.from_pretrained("chanind/sae-qwen2-0.5b-res", "<sae_id>")
26
+ ```