susnato commited on
Commit
2b0b592
·
1 Parent(s): 1f4e484

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -0
generation_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "bos_token_id": 8192,
3
  "eos_token_id": 8193,
 
4
  "temperature": .8,
5
  "length_penalty": 1.0,
6
  "repetition_penalty": 2.0,
 
1
  {
2
  "bos_token_id": 8192,
3
  "eos_token_id": 8193,
4
+ "do_sample": true,
5
  "temperature": .8,
6
  "length_penalty": 1.0,
7
  "repetition_penalty": 2.0,