Add config.json
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_dim": 170,
|
| 3 |
+
"d_model": 512,
|
| 4 |
+
"n_layers": 8,
|
| 5 |
+
"n_heads": 8,
|
| 6 |
+
"d_ff": 2048,
|
| 7 |
+
"conv_kernel": 31,
|
| 8 |
+
"vocab_size": 39,
|
| 9 |
+
"dropout": 0.2,
|
| 10 |
+
"subsample": false,
|
| 11 |
+
"input_type": "raw_params",
|
| 12 |
+
"best_wer": 19.207374989040535,
|
| 13 |
+
"epoch": 8
|
| 14 |
+
}
|