Update generation_config.json
Browse files- generation_config.json +4 -4
generation_config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"chat_format": "chatml",
|
3 |
-
"do_sample": false,
|
4 |
"eos_token_id": 151643,
|
5 |
-
"max_new_tokens": 256,
|
6 |
"max_window_size": 6144,
|
7 |
"pad_token_id": 151643,
|
8 |
-
"top_k": 50,
|
9 |
-
"top_p": 0.9,
|
10 |
"transformers_version": "4.31.0"
|
11 |
}
|
|
|
1 |
{
|
2 |
"chat_format": "chatml",
|
3 |
+
"do_sample": false,
|
4 |
"eos_token_id": 151643,
|
5 |
+
"max_new_tokens": 256,
|
6 |
"max_window_size": 6144,
|
7 |
"pad_token_id": 151643,
|
8 |
+
"top_k": 50,
|
9 |
+
"top_p": 0.9,
|
10 |
"transformers_version": "4.31.0"
|
11 |
}
|