valentynbez commited on
Commit
1be017a
1 Parent(s): fbb95ea

Upload config

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "relu",
3
+ "d_model": 1024,
4
+ "dim_feedforward": 2048,
5
+ "dropout": 0.1,
6
+ "lr0": 7.5e-05,
7
+ "nhead": 4,
8
+ "num_layers": 2,
9
+ "out_dim": 512,
10
+ "transformers_version": "4.40.1",
11
+ "warmup_steps": 300
12
+ }