iNeil77 commited on
Commit
a500469
·
verified ·
1 Parent(s): 5cc432b

Update generation_config.json

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