deepparag commited on
Commit
995a1ed
1 Parent(s): 19a07b6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -30,8 +30,8 @@
30
  "conversational": {
31
  "do_sample": true,
32
  "max_length": 1000,
33
- "no_repeat_ngram_size": 3,
34
- "temperature": 0.6,
35
  "top_k": 100,
36
  "top_p": 0.7
37
  }
 
30
  "conversational": {
31
  "do_sample": true,
32
  "max_length": 1000,
33
+ "no_repeat_ngram_size":4,
34
+ "temperature": 0.8,
35
  "top_k": 100,
36
  "top_p": 0.7
37
  }