wdndev commited on
Commit
17f2d8d
·
verified ·
1 Parent(s): e5dc2e3

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -1
generation_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_sample": true,
4
  "eos_token_id": 2,
5
  "pad_token_id": 0,
6
- "top_k":30,
7
  "top_p":0.8,
8
  "temperature":0.8,
9
  "repetition_penalty": 1.1,
 
3
  "do_sample": true,
4
  "eos_token_id": 2,
5
  "pad_token_id": 0,
6
+ "top_k":0,
7
  "top_p":0.8,
8
  "temperature":0.8,
9
  "repetition_penalty": 1.1,