zhouzaida commited on
Commit
16681d8
·
verified ·
1 Parent(s): ceb7ae6

update generation config (#15)

Browse files

- update generation config (88a9f1b1fc31c8117d51cc9914b45c1f46961477)

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
  }