jacobcd52 commited on
Commit
00b9e10
·
verified ·
1 Parent(s): a2fcfdf

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:a7dc4146b76c00538065e69d33ee2f73d7592a6b01294c0ac0aeccf2148fde54
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
+ }