Update generation_config.json
Browse files- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"bos_token_id": 128000,
|
|
|
3 |
"do_sample": true,
|
4 |
"max_length": 4096,
|
5 |
"temperature": 0.6,
|
|
|
1 |
{
|
2 |
"bos_token_id": 128000,
|
3 |
+
"eos_token_id": [128001, 128009],
|
4 |
"do_sample": true,
|
5 |
"max_length": 4096,
|
6 |
"temperature": 0.6,
|