system HF staff commited on
Commit
e235fa0
1 Parent(s): f4098e9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -26,9 +26,12 @@
26
  "summary_use_proj": true,
27
  "task_specific_params": {
28
  "text-generation": {
29
- "do_sample": true,
30
- "min_length": 200,
31
- "max_length": 500
 
 
 
32
  }
33
  },
34
  "vocab_size": 50262
26
  "summary_use_proj": true,
27
  "task_specific_params": {
28
  "text-generation": {
29
+ "min_length": 300,
30
+ "max_length": 1000,
31
+ "do_sample": true,
32
+ "temperature": 1.2,
33
+ "top_k": 3,
34
+ "top_p": 0.95
35
  }
36
  },
37
  "vocab_size": 50262