pszemraj commited on
Commit
d9c54dc
·
1 Parent(s): bf76668

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ inference:
27
  no_repeat_ngram_size: 2
28
  do_sample: True
29
  top_p: 0.95
30
- top_k: 50
31
  repetition_penalty: 2.1
32
 
33
 
 
27
  no_repeat_ngram_size: 2
28
  do_sample: True
29
  top_p: 0.95
30
+ top_k: 10
31
  repetition_penalty: 2.1
32
 
33