system HF staff commited on
Commit
90a0aa7
1 Parent(s): 55dac71

Update config.json

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