chanind commited on
Commit
9b8c800
1 Parent(s): ed3dae0

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: saelens
3
+ ---
4
+
5
+ # SAEs for use with the SAELens library
6
+
7
+ This repository contains the following SAEs:
8
+ - 333336576
9
+ - 666669056
10
+ - 166670336
11
+ - 500002816
12
+ - 833335296
13
+ - 1000001536
14
+ - 58589184
15
+
16
+ Load these SAEs using SAELens as below:
17
+ ```python
18
+ from sae_lens import SAE
19
+
20
+ sae, cfg_dict, sparsity = SAE.from_pretrained("chanind/sae-gemma-2-2b-multistage-tied-10x-l1-jump-ortho-l1-5", "<sae_id>")
21
+ ```