AuggieActual commited on
Commit
75b7442
·
verified ·
1 Parent(s): d9e5d26

Add config.json

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