Donnyed commited on
Commit
1f09437
·
verified ·
1 Parent(s): 8c4a635

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -12,9 +12,9 @@
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_embd": 768,
15
- "n_head": 12,
16
  "n_inner": null,
17
- "n_layer": 12,
18
  "n_positions": 1024,
19
  "reorder_and_upcast_attn": false,
20
  "resid_pdrop": 0.1,
 
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_embd": 768,
15
+ "n_head": 8,
16
  "n_inner": null,
17
+ "n_layer": 6,
18
  "n_positions": 1024,
19
  "reorder_and_upcast_attn": false,
20
  "resid_pdrop": 0.1,