Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|