deepparag commited on
Commit
a06c495
1 Parent(s): 4906e6e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -28,7 +28,9 @@
28
  "summary_use_proj": true,
29
  "task_specific_params": {
30
  "conversational": {
31
-
 
 
32
  }
33
  },
34
  "torch_dtype": "float16",
 
28
  "summary_use_proj": true,
29
  "task_specific_params": {
30
  "conversational": {
31
+ "do_sample": true,
32
+ "max_length": 1000,
33
+ "temperature": 0.8,
34
  }
35
  },
36
  "torch_dtype": "float16",