Add config.json
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
{
|
| 3 |
+
"model_type": "holographic_mastercode",
|
| 4 |
+
"d_model": 128,
|
| 5 |
+
"nhead": 8,
|
| 6 |
+
"num_layers": 6,
|
| 7 |
+
"n_harmonics": 4,
|
| 8 |
+
"input_dim": 8,
|
| 9 |
+
"output_dim": 1,
|
| 10 |
+
"alpha_0": 0.007297,
|
| 11 |
+
"architectures": ["HolographicMasterCodeTransformer"]
|
| 12 |
+
}
|