ayjays132 commited on
Commit
3f5b64a
1 Parent(s): 87ba2de

Update config.json

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