EC2 Default User commited on
Commit
2520595
·
1 Parent(s): 610bf92
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -10,10 +10,10 @@
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
- "n_ctx": 1024,
14
- "n_embd": 768,
15
- "n_head": 12,
16
- "n_layer": 12,
17
  "n_positions": 2048,
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
+ "n_ctx": 2048,
14
+ "n_embd": 12288,
15
+ "n_head": 96,
16
+ "n_layer": 96,
17
  "n_positions": 2048,
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,