fix: add generation_config.json with eos_token_id to prevent thinking loops
Browse files- generation_config.json +6 -0
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token_id": [
|
| 3 |
+
200020
|
| 4 |
+
],
|
| 5 |
+
"max_new_tokens": 32768
|
| 6 |
+
}
|