paarth-b commited on
Commit
91fbaae
·
verified ·
1 Parent(s): 14a7605

Upload params.json

Browse files
Files changed (1) hide show
  1. params.json +14 -0
params.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 408,
3
+ "nhead": 8,
4
+ "num_layers": 4,
5
+ "dim_feedforward": 2048,
6
+ "out_dim": 512,
7
+ "dropout": 0.2,
8
+ "activation": "gelu",
9
+ "lr0": 0.00005,
10
+ "warmup_steps": 1000,
11
+ "projection_hidden_dim": 1024,
12
+ "max_length": 512,
13
+ "batch_size": 128
14
+ }