Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +2 -8
generation_config.json
CHANGED
|
@@ -1,12 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
-
"bos_token_id":
|
| 4 |
-
"
|
| 5 |
-
"eos_token_id": 3,
|
| 6 |
-
"max_length": 2048,
|
| 7 |
-
"pad_token_id": 0,
|
| 8 |
-
"repetition_penalty": 1.1,
|
| 9 |
-
"temperature": 0.7,
|
| 10 |
-
"top_p": 0.9,
|
| 11 |
"transformers_version": "4.57.1"
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"transformers_version": "4.57.1"
|
| 6 |
}
|