valentynbez commited on
Commit
69f610e
·
verified ·
1 Parent(s): ac45832

Upload config

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