From 7c4fde6ac762e613145e1f5c8475d35b4cb27d50 Mon Sep 17 00:00:00 2001 From: msr2000 Date: Tue, 21 Jan 2025 11:54:09 +0800 Subject: [PATCH] Add generation_config.json --- generation_config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 generation_config.json diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..11fbcf1 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 0, + "eos_token_id": 1, + "do_sample": true, + "temperature": 0.6, + "top_p": 0.95, + "transformers_version": "4.39.3" +}