deepparag commited on
Commit
f481455
1 Parent(s): f93a19e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -26,7 +26,12 @@
26
  "summary_use_proj": true,
27
  "task_specific_params": {
28
  "conversational": {
29
- "max_length": 1000
 
 
 
 
 
30
  }
31
  },
32
  "transformers_version": "4.5.1",
 
26
  "summary_use_proj": true,
27
  "task_specific_params": {
28
  "conversational": {
29
+ "max_length": 200,
30
+ "no_repeat_ngram_size":3,
31
+ "do_sample":true,
32
+ "top_k":100,
33
+ "top_p":0.7,
34
+ "temperature":0.8
35
  }
36
  },
37
  "transformers_version": "4.5.1",