Summer11t commited on
Commit
4f039d0
1 Parent(s): ee38dfc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -12,8 +12,8 @@
12
  "model_type": "gpt2",
13
  "n_ctx": 1024,
14
  "n_embd": 768,
15
- "n_head": 32,
16
- "n_layer": 32,
17
  "n_positions": 1024,
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,
@@ -24,7 +24,7 @@
24
  "task_specific_params": {
25
  "text-generation": {
26
  "do_sample": true,
27
- "max_length": 3000
28
  }
29
  },
30
  "vocab_size": 50257
 
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,
 
24
  "task_specific_params": {
25
  "text-generation": {
26
  "do_sample": true,
27
+ "max_length": 200
28
  }
29
  },
30
  "vocab_size": 50257