Update generation_config.json (#3)
Browse files- Update generation_config.json (cf62df06accd2fed6b447a02952ccae8fa79bbec)
- Update generation_config.json (18c7493e9600ac8a4bc5eba79068971e6766e344)
Co-authored-by: Joshua <[email protected]>
- generation_config.json +3 -2
generation_config.json
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
"eos_token_id": 128012,
|
5 |
"pad_token_id": 128004,
|
6 |
"transformers_version": "4.54.0.dev0",
|
7 |
-
"
|
|
|
|
|
8 |
}
|
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 128000,
|
3 |
"eos_token_id": 128012,
|
4 |
"pad_token_id": 128004,
|
5 |
"transformers_version": "4.54.0.dev0",
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"do_sample": true
|
9 |
}
|