Update generation_config.json
Browse files- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"chat_format": "chatml",
|
3 |
"do_sample": true,
|
4 |
-
"eos_token_id":
|
5 |
"max_new_tokens": 512,
|
6 |
"max_window_size": 6144,
|
7 |
"pad_token_id": 151643,
|
|
|
1 |
{
|
2 |
"chat_format": "chatml",
|
3 |
"do_sample": true,
|
4 |
+
"eos_token_id":[151643,151642] ,
|
5 |
"max_new_tokens": 512,
|
6 |
"max_window_size": 6144,
|
7 |
"pad_token_id": 151643,
|