From 6d460b1f0067ea9c08ad15a2d878374baeae661d Mon Sep 17 00:00:00 2001 From: Cherrytest Date: Thu, 14 Aug 2025 11:47:38 +0000 Subject: [PATCH] Configure `<|call|>` as an EOS token (#109) - Configure `<|call|>` as an EOS token (a44a7f14988426860a0a8145cf2bdfda2d7cadac) Co-authored-by: Pedro Cuenca --- generation_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generation_config.json b/generation_config.json index f4c562e..86f9146 100644 --- a/generation_config.json +++ b/generation_config.json @@ -3,7 +3,8 @@ "do_sample": true, "eos_token_id": [ 200002, - 199999 + 199999, + 200012 ], "pad_token_id": 199999, "transformers_version": "4.55.0.dev0"