From 4893d94de7cf754162304e6920a21a0221c0de5d Mon Sep 17 00:00:00 2001 From: Cherrytest Date: Thu, 14 Aug 2025 12:30:55 +0000 Subject: [PATCH] Configure `<|call|>` as an EOS token (#105) - Configure `<|call|>` as an EOS token (6d331dc55fd81a9b8afc2e8219ec842deaae46f0) 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"