heegyu commited on
Commit
068d51c
1 Parent(s): 019828e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -16,10 +16,10 @@
16
  "n_embd": 768,
17
  "n_head": 12,
18
  "n_inner": null,
19
- "n_layer": 16,
20
  "n_positions": 1024,
21
  "resid_pdrop": 0.0,
22
- "rotary_dim": ,
23
  "scale_attn_weights": true,
24
  "summary_activation": null,
25
  "summary_first_dropout": 0.1,
 
16
  "n_embd": 768,
17
  "n_head": 12,
18
  "n_inner": null,
19
+ "n_layer": 12,
20
  "n_positions": 1024,
21
  "resid_pdrop": 0.0,
22
+ "rotary_dim": 16,
23
  "scale_attn_weights": true,
24
  "summary_activation": null,
25
  "summary_first_dropout": 0.1,