JaehaL commited on
Commit
db9662f
·
verified ·
1 Parent(s): 1227641

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_mlp_out
9
+ - blocks.1.hook_mlp_out
10
+
11
+ Load these SAEs using SAELens as below:
12
+ ```python
13
+ from sae_lens import SAE
14
+
15
+ sae, cfg_dict, sparsity = SAE.from_pretrained("JaehaL/SAEonPolynomial", "<sae_id>")
16
+ ```