luciferxf commited on
Commit
a07beee
·
1 Parent(s): 67af33b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -10,10 +10,10 @@
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
- "n_embd": 800,
14
  "n_head": 12,
15
  "n_layer": 12,
16
- "n_positions": 4096,
17
  "resid_pdrop": 0.1,
18
  "summary_activation": null,
19
  "summary_first_dropout": 0.1,
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
+ "n_embd": 768,
14
  "n_head": 12,
15
  "n_layer": 12,
16
+ "n_positions": 2560,
17
  "resid_pdrop": 0.1,
18
  "summary_activation": null,
19
  "summary_first_dropout": 0.1,