zhouzaida commited on
Commit
7a3c132
·
verified ·
1 Parent(s): b0b86ff

update generation_config.json (#23)

Browse files

- update generation config (b69f8db56aa96ffab33948cebb51785d0c57ace7)

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.2
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.2
9
  }