Update generation_config.json
Browse files- generation_config.json +3 -3
generation_config.json
CHANGED
@@ -2,11 +2,11 @@
|
|
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
|
10 |
"repetition_penalty": 1.0,
|
11 |
"transformers_version": "4.31.1"
|
12 |
}
|
|
|
2 |
"chat_format": "chatml",
|
3 |
"eos_token_id": 0,
|
4 |
"pad_token_id": 0,
|
5 |
+
"max_window_size": 16384,
|
6 |
+
"max_new_tokens": 16384,
|
7 |
"do_sample": true,
|
8 |
"top_k": 0,
|
9 |
+
"top_p": 1.0,
|
10 |
"repetition_penalty": 1.0,
|
11 |
"transformers_version": "4.31.1"
|
12 |
}
|