weqweasdas
commited on
Commit
•
edb3340
1
Parent(s):
42ab017
Update generation_config.json
Browse files- generation_config.json +4 -1
generation_config.json
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
{
|
2 |
"bos_token_id": 128000,
|
3 |
"do_sample": true,
|
4 |
-
"eos_token_id":
|
|
|
|
|
|
|
5 |
"max_length": 4096,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.9,
|
|
|
1 |
{
|
2 |
"bos_token_id": 128000,
|
3 |
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128009
|
7 |
+
],
|
8 |
"max_length": 4096,
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|