Commit
•
e578178
1
Parent(s):
f0ebf16
Update generation_config.json (#2)
Browse files- Update generation_config.json (7cd06cb11cfdc53211268688a004cd9247d1fe96)
Co-authored-by: Harry Mellor <hmellor@users.noreply.huggingface.co>
- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -2,6 +2,6 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
"do_sample": true,
|
5 |
-
"eos_token_id": 128001,
|
6 |
"transformers_version": "4.40.0"
|
7 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
"do_sample": true,
|
5 |
+
"eos_token_id": [128001, 128009],
|
6 |
"transformers_version": "4.40.0"
|
7 |
}
|