From 02f019059194c7b1e029f6c680d74bca79b6672b Mon Sep 17 00:00:00 2001 From: GaryXie Date: Sat, 22 Feb 2025 12:13:30 +0000 Subject: [PATCH] Upload generation_config.json to ModelScope hub --- 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..aa81b12 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 151646, + "do_sample": true, + "eos_token_id": 151643, + "temperature": 0.6, + "top_p": 0.95, + "transformers_version": "4.48.3" +}