From 334d8dc1dfe7d8efc042056275d01bcb3f24fd91 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 28 Aug 2023 14:57:02 +0000 Subject: [PATCH] Upload generation_config.json with huggingface_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..735afba --- /dev/null +++ b/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 1, + "eos_token_id": 2, + "pad_token_id": 2, + "temperature": 0.3, + "top_p": 0.95, + "transformers_version": "4.31.0" +}