Commit
•
da4b9e9
1
Parent(s):
89b01e3
Replace old generation_config.json with latest. (#8)
Browse files- Replace old generation_config.json with latest. (9135b39ed2ced56464d49a8cf0d6a5c47e5e53c4)
Co-authored-by: Dämpfchen <[email protected]>
- generation_config.json +6 -3
generation_config.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
-
"eos_token_id": 128001,
|
5 |
-
"
|
|
|
|
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 128000,
|
3 |
+
"eos_token_id": [128001, 128009],
|
4 |
+
"do_sample": true,
|
5 |
+
"temperature": 0.6,
|
6 |
+
"max_length": 4096,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.40.0.dev0"
|
9 |
}
|