summer11111 commited on
Commit
e0a0ba4
1 Parent(s): db9be75

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -4
config.json CHANGED
@@ -10,11 +10,12 @@
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": 1024,
 
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,
20
  "summary_first_dropout": 0.1,
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
+ "n_ctx": 5000,
14
  "n_embd": 768,
15
+ "n_head": 24,
16
+ "n_inner": 3072,
17
+ "n_layer": 24,
18
+ "n_positions": 5000,
19
  "resid_pdrop": 0.1,
20
  "summary_activation": null,
21
  "summary_first_dropout": 0.1,