From c9ee4dbcf37e0a3df85f5b3bc98455cc0045c87b Mon Sep 17 00:00:00 2001 From: Jeff Green Date: Fri, 26 Dec 2025 06:06:56 +0000 Subject: [PATCH] Upload generation_config.json with huggingface_hub --- generation_config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 generation_config.json diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..a56945d --- /dev/null +++ b/generation_config.json @@ -0,0 +1,14 @@ +{ + "bos_token_id": 151643, + "do_sample": true, + "eos_token_id": [ + 151645, + 151643 + ], + "pad_token_id": 151643, + "repetition_penalty": 1.05, + "temperature": 0.7, + "top_k": 20, + "top_p": 0.8, + "transformers_version": "4.57.3" +}