jacobcd52 commited on
Commit
59262fe
·
verified ·
1 Parent(s): 5bf6f51

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. ae.pt +3 -0
  2. config.json +6 -0
ae.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f74e0287c8c4263720ac43d09f0cdbd306895142c074dd0c171313bd8c58df
3
+ size 56665561
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "dict_class": "BatchTopKSAE",
3
+ "activation_dim": 768,
4
+ "dict_size": 9216,
5
+ "k": 32
6
+ }