fix: ship repetition_penalty 1.1 (matches sibling GLM-5.3 releases)
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
|
@@ -8,5 +8,6 @@
|
|
| 8 |
"pad_token_id": 154820,
|
| 9 |
"temperature": 1.0,
|
| 10 |
"top_p": 0.95,
|
| 11 |
-
"transformers_version": "5.16.0"
|
|
|
|
| 12 |
}
|
|
|
|
| 8 |
"pad_token_id": 154820,
|
| 9 |
"temperature": 1.0,
|
| 10 |
"top_p": 0.95,
|
| 11 |
+
"transformers_version": "5.16.0",
|
| 12 |
+
"repetition_penalty": 1.1
|
| 13 |
}
|