Upload config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hidden": 192,
|
| 3 |
+
"graph_layers": 2,
|
| 4 |
+
"hrm_layers": 2,
|
| 5 |
+
"num_heads": 8,
|
| 6 |
+
"h_cycles": 1,
|
| 7 |
+
"l_cycles": 2
|
| 8 |
+
}
|