deepparag commited on
Commit
1306246
1 Parent(s): b0ba738

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -26,7 +26,13 @@
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
+ "do_sample": true,
30
+ "max_length": 200,
31
+ "no_repeat_ngram_size": 4,
32
+ "temperature": 0.9,
33
+ "top_k": 100,
34
+ "top_p": 0.7
35
+
36
  }
37
  },
38
  "transformers_version": "4.5.1",