remove unused generation configs
Browse files- generation_config.json +0 -4
generation_config.json
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
{
|
2 |
"chat_format": "chatml",
|
3 |
-
"decay_bound": 0.0,
|
4 |
-
"decay_factor": 1.0,
|
5 |
"eos_token_id": 151643,
|
6 |
-
"factual_nucleus_sampling": false,
|
7 |
"max_new_tokens": 512,
|
8 |
"pad_token_id": 151643,
|
9 |
-
"stop_words_ids": [[151643]],
|
10 |
"do_sample": true,
|
11 |
"top_k": 0,
|
12 |
"top_p": 0.8,
|
|
|
1 |
{
|
2 |
"chat_format": "chatml",
|
|
|
|
|
3 |
"eos_token_id": 151643,
|
|
|
4 |
"max_new_tokens": 512,
|
5 |
"pad_token_id": 151643,
|
|
|
6 |
"do_sample": true,
|
7 |
"top_k": 0,
|
8 |
"top_p": 0.8,
|