From fe912caadd5a2a5e13b487adc235d7d9316cb469 Mon Sep 17 00:00:00 2001 From: Cherrytest Date: Sun, 12 Oct 2025 05:45:56 +0000 Subject: [PATCH] Update generation_config.json --- generation_config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 generation_config.json diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..1a4f0ac --- /dev/null +++ b/generation_config.json @@ -0,0 +1,8 @@ +{ + "bos_token_id": 1, + "eos_token_id": [ + 2, + 6562 + ], + "repetition_penalty": 1.2 +} \ No newline at end of file