Transformers
PyTorch
English
simarora commited on
Commit
1399e2e
·
verified ·
1 Parent(s): 0f82705

initial config

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 1808,
3
+ "n_head": 16,
4
+ "n_layer": 38,
5
+ "residual_in_fp32": true,
6
+ "pad_vocab_size_multiple": 8
7
+ }