chanind commited on
Commit
f6968d2
1 Parent(s): b491394

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - 500002816
10
+ - 1000001536
11
+ - 666669056
12
+ - 833335296
13
+ - 166670336
14
+
15
+ Load these SAEs using SAELens as below:
16
+ ```python
17
+ from sae_lens import SAE
18
+
19
+ sae, cfg_dict, sparsity = SAE.from_pretrained("chanind/sae-gemma-2-2b-multistage-tied-40x-l1-jump-ortho-l1-5", "<sae_id>")
20
+ ```