Elana commited on
Commit
62575cb
·
verified ·
1 Parent(s): 76f24ac

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "sparse_autoencoder",
3
+ "base_model": "esm2_t6_8M_UR50D",
4
+ "architectures": [
5
+ "AutoEncoder"
6
+ ],
7
+ "framework": "pytorch"
8
+ }