zhouzaida commited on
Commit
88a9f1b
·
1 Parent(s): ceb7ae6

update generation config

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -0
generation_config.json CHANGED
@@ -1,4 +1,9 @@
1
  {
 
 
 
 
 
2
  "do_sample": true,
3
  "temperature": 0.6
4
  }
 
1
  {
2
+ "bos_token_id": 163584,
3
+ "pad_token_id": 163838,
4
+ "eos_token_id": [
5
+ 163585
6
+ ],
7
  "do_sample": true,
8
  "temperature": 0.6
9
  }