phunguyen01 commited on
Commit
96a9757
1 Parent(s): f82b8c5

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -3
generation_config.json CHANGED
@@ -1,7 +1,11 @@
1
  {
2
  "bos_token_id": 151643,
 
3
  "do_sample": true,
4
- "eos_token_id": 151643,
 
 
 
5
  "max_new_tokens": 2048,
6
- "transformers_version": "4.46.0"
7
- }
 
1
  {
2
  "bos_token_id": 151643,
3
+ "pad_token_id": 151643,
4
  "do_sample": true,
5
+ "eos_token_id": [
6
+ 151645,
7
+ 151643
8
+ ],
9
  "max_new_tokens": 2048,
10
+ "transformers_version": "4.47.0"
11
+ }