KaleiNeely
commited on
Commit
•
2c437f0
1
Parent(s):
6812581
Update generation_config.json
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"chat_format": "chatml",
|
3 |
"eos_token_id": 0,
|
4 |
"pad_token_id": 0,
|
5 |
-
"max_window_size":
|
6 |
-
"max_new_tokens":
|
7 |
"do_sample": true,
|
8 |
"top_k": 0,
|
9 |
"top_p": 0.1,
|
|
|
2 |
"chat_format": "chatml",
|
3 |
"eos_token_id": 0,
|
4 |
"pad_token_id": 0,
|
5 |
+
"max_window_size": 2048,
|
6 |
+
"max_new_tokens": 2048,
|
7 |
"do_sample": true,
|
8 |
"top_k": 0,
|
9 |
"top_p": 0.1,
|