Configure <|call|> as an EOS token (#109)

- Configure `<|call|>` as an EOS token (a44a7f14988426860a0a8145cf2bdfda2d7cadac)


Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>
This commit is contained in:
Cherrytest
2025-08-14 11:47:38 +00:00
parent 110e39cb08
commit 6d460b1f00

View File

@ -3,7 +3,8 @@
"do_sample": true,
"eos_token_id": [
200002,
199999
199999,
200012
],
"pad_token_id": 199999,
"transformers_version": "4.55.0.dev0"