chanind commited on
Commit
80b022c
1 Parent(s): bdb3270

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
18
+ Load these SAEs using SAELens as below:
19
+ ```python
20
+ from sae_lens import SAE
21
+
22
+ sae, cfg_dict, sparsity = SAE.from_pretrained("chanind/sae-llama-3.2-1b-res", "<sae_id>")
23
+ ```