system HF staff commited on
Commit
ef04e00
1 Parent(s): a97d76a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -13,6 +13,7 @@
13
  "n_ctx": 1024,
14
  "n_embd": 1024,
15
  "n_head": 16,
 
16
  "n_layer": 24,
17
  "n_positions": 1024,
18
  "resid_pdrop": 0.1,
 
13
  "n_ctx": 1024,
14
  "n_embd": 1024,
15
  "n_head": 16,
16
+ "n_inner": null,
17
  "n_layer": 24,
18
  "n_positions": 1024,
19
  "resid_pdrop": 0.1,