Update generation_config.json
Browse files- generation_config.json +10 -4
generation_config.json
CHANGED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"temperature": 0.
|
| 3 |
-
"top_p": 0
|
| 4 |
-
"do_sample":
|
| 5 |
"repetition_penalty": 1.05,
|
| 6 |
-
"max_new_tokens":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"temperature": 0.0,
|
| 3 |
+
"top_p": 1.0,
|
| 4 |
+
"do_sample": false,
|
| 5 |
"repetition_penalty": 1.05,
|
| 6 |
+
"max_new_tokens": 512,
|
| 7 |
+
"eos_token_id": [128001, 128008, 128009],
|
| 8 |
+
"pad_token_id": 128004,
|
| 9 |
+
"bos_token_id": 128000,
|
| 10 |
+
"output_scores": false,
|
| 11 |
+
"return_dict_in_generate": false,
|
| 12 |
+
"remove_invalid_values": true
|
| 13 |
}
|