Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +11 -0
generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_format": "chatml",
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": 151643,
|
| 5 |
+
"max_new_tokens": 512,
|
| 6 |
+
"max_window_size": 6144,
|
| 7 |
+
"pad_token_id": 151643,
|
| 8 |
+
"top_k": 0,
|
| 9 |
+
"top_p": 0.5,
|
| 10 |
+
"transformers_version": "4.40.0"
|
| 11 |
+
}
|