Elana commited on
Commit
a6c3e24
·
verified ·
1 Parent(s): 83c3239

Upload layer_3/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. layer_3/config.json +10 -0
layer_3/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "esm2_t6_8M_UR50D",
3
+ "layer": 3,
4
+ "model_type": "sparse_autoencoder",
5
+ "architecture": {
6
+ "esm_dim": 320,
7
+ "expansion_factor": 32,
8
+ "feature_dim": 10240
9
+ }
10
+ }