Yhhxhfh commited on
Commit
f8f19e2
·
verified ·
1 Parent(s): e0ab942

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -28,6 +28,9 @@
28
  "summary_use_proj": true,
29
  "task_specific_params": {
30
  "text-generation": {
 
 
 
31
  "do_sample": true,
32
  "max_length": 50000000000000000000000000
33
  }
 
28
  "summary_use_proj": true,
29
  "task_specific_params": {
30
  "text-generation": {
31
+ "temperature": 1.0,
32
+ "top_p": 0.9,
33
+ "top_k": 50,
34
  "do_sample": true,
35
  "max_length": 50000000000000000000000000
36
  }