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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -14,12 +14,12 @@
14
  "layer_norm_epsilon": 1e-05,
15
  "model_type": "gptj",
16
  "n_embd": 768,
17
- "n_head": 16,
18
  "n_inner": null,
19
- "n_layer": 12,
20
  "n_positions": 1024,
21
  "resid_pdrop": 0.0,
22
- "rotary_dim": 64,
23
  "scale_attn_weights": true,
24
  "summary_activation": null,
25
  "summary_first_dropout": 0.1,
 
14
  "layer_norm_epsilon": 1e-05,
15
  "model_type": "gptj",
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,