jbrinkma commited on
Commit
e4e228c
1 Parent(s): 1d91b26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ Requires https://github.com/saprmarks/dictionary_learning/tree/collab.
6
+
7
+ ```
8
+ sae = GatedAutoEncoder.from_pretrained("/path/to/checkpoint.pt")
9
+
10
+ ```