deepparag commited on
Commit
8a2083a
1 Parent(s): 9d3a900

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -2
config.json CHANGED
@@ -29,8 +29,12 @@
29
  "summary_use_proj": true,
30
  "task_specific_params": {
31
  "conversational": {
32
- "max_length": 1000
33
-
 
 
 
 
34
  }
35
  },
36
  "torch_dtype": "float32",
29
  "summary_use_proj": true,
30
  "task_specific_params": {
31
  "conversational": {
32
+ "max_length": 1000,
33
+ "do_sample": true,
34
+ "no_repeat_ngram_size": 4,
35
+ "temperature": 0.80,
36
+ "top_k": 100,
37
+ "top_p": 0.7
38
  }
39
  },
40
  "torch_dtype": "float32",