deepparag commited on
Commit
fa1f561
·
1 Parent(s): 71cff62

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -50,9 +50,9 @@
50
  "conversational": {
51
  "do_sample": true,
52
  "max_length": 1000,
53
- "no_repeat_ngram_size": 4,
54
  "temperature": 0.9,
55
- "top_k": 100,
56
  "top_p": 0.7
57
  }
58
  },
 
50
  "conversational": {
51
  "do_sample": true,
52
  "max_length": 1000,
53
+ "no_repeat_ngram_size": 3,
54
  "temperature": 0.9,
55
+ "top_k": 200,
56
  "top_p": 0.7
57
  }
58
  },