Create config.json
Browse files- config.json +16 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"d_model": 192,
|
3 |
+
"num_layers": 2,
|
4 |
+
"T_local": 3,
|
5 |
+
"cluster_size": 4,
|
6 |
+
"batch_size": 48,
|
7 |
+
"learning_rate": 4.74e-4,
|
8 |
+
"weight_decay": 0.0381,
|
9 |
+
"dropout": {
|
10 |
+
"embedding": 0.4,
|
11 |
+
"local_aggregation": 0.3,
|
12 |
+
"attention": 0.3,
|
13 |
+
"final": 0.4
|
14 |
+
},
|
15 |
+
"seq_len": 256
|
16 |
+
}
|