vince62s commited on
Commit
ffdb249
1 Parent(s): 9da7ada

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -25,5 +25,6 @@
25
  "vocab_size": 250002,
26
  "layer_transformation": "softmax",
27
  "layer_norm": false,
28
- "dropout": 0.1
 
29
  }
 
25
  "vocab_size": 250002,
26
  "layer_transformation": "softmax",
27
  "layer_norm": false,
28
+ "dropout": 0.1,
29
+ "estimator_sizes": [3072, 1024]
30
  }