demiant commited on
Commit
ecbaa18
·
verified ·
1 Parent(s): 4a37f90

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
+ - 1000001536
9
+ - 833335296
10
+ - 333336576
11
+ - 166670336
12
+ - 500002816
13
+ - 666669056
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("demiant/sae-gemma-2-2b-multistage-tied-unfrozen-20x-l1-jump-positive-ortho-l1-10-fixed", "<sae_id>")
20
+ ```