Create config.json
Browse files- config.json +11 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"d_model": 128,
|
3 |
+
"num_layers": 2,
|
4 |
+
"T_local": 3,
|
5 |
+
"cluster_size": 8,
|
6 |
+
"seq_len": 256,
|
7 |
+
"batch_size": 96,
|
8 |
+
"learning_rate": 4.76e-4,
|
9 |
+
"weight_decay": 0.0541,
|
10 |
+
"dropout": 0.30
|
11 |
+
}
|