Create config.json
Browse files- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "ProtNHF",
|
| 3 |
+
"architectural_version": 1,
|
| 4 |
+
"dt": 0.05,
|
| 5 |
+
"niter": 4,
|
| 6 |
+
"hidden_dims": 128,
|
| 7 |
+
"std": 0.7,
|
| 8 |
+
"integrator": "leapfrog",
|
| 9 |
+
"n_types": 20,
|
| 10 |
+
"energy": {
|
| 11 |
+
"d_model": 320,
|
| 12 |
+
"ff_dim": 1280,
|
| 13 |
+
"n_heads": 20,
|
| 14 |
+
"n_layers": 6
|
| 15 |
+
}
|
| 16 |
+
}
|