system HF staff commited on
Commit
17bc93b
1 Parent(s): b0a85e0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -30,7 +30,9 @@
30
  "task_specific_params": {
31
  "text-generation": {
32
  "do_sample": true,
33
- "max_length": 50
 
 
34
  }
35
  },
36
  "vocab_size": 50257
 
30
  "task_specific_params": {
31
  "text-generation": {
32
  "do_sample": true,
33
+ "max_length": 200,
34
+ "early_stopping": true,
35
+ "top_p": .9
36
  }
37
  },
38
  "vocab_size": 50257