deepparag commited on
Commit
59fbcf3
1 Parent(s): ee59ad7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -28,8 +28,8 @@
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
  }
 
28
  "conversational": {
29
  "do_sample": true,
30
  "max_length": 200,
31
+ "no_repeat_ngram_size": 3,
32
+ "temperature": 0.8,
33
  "top_k": 100,
34
  "top_p": 0.7
35
  }