Update generation_config.json
Browse files- generation_config.json +10 -7
generation_config.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
100265,
|
| 5 |
+
100257
|
| 6 |
+
],
|
| 7 |
+
"pad_token": 100277,
|
| 8 |
+
"transformers_version": "4.53.1",
|
| 9 |
+
"temperature": 0.6,
|
| 10 |
+
"top_p": 0.95,
|
| 11 |
+
"max_new_tokens": 32768
|
| 12 |
}
|