ridvangndoan commited on
Commit
9253c7b
·
verified ·
1 Parent(s): 3948f8e

Add config.json

Browse files
Files changed (1) hide show
  1. 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
+ }