deepparag commited on
Commit
d8bca9a
1 Parent(s): 89cf005

Update config.json

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