From e2c00dd97a0406d77138e932ce305191ff9372dd Mon Sep 17 00:00:00 2001 From: "NGUYEN, Xuan Phi" Date: Wed, 7 Feb 2024 14:39:44 +0700 Subject: [PATCH] add SeaLLM-7B-v2 to model catalog --- models/SeaLLM-7B-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 models/SeaLLM-7B-v2.json diff --git a/models/SeaLLM-7B-v2.json b/models/SeaLLM-7B-v2.json new file mode 100644 index 0000000..379bac3 --- /dev/null +++ b/models/SeaLLM-7B-v2.json @@ -0,0 +1,14 @@ +{ + "name": "SeaLLM", + "inference_params": { + "input_prefix": "<|im_start|>user\n", + "input_suffix": "<|im_start|>assistant\n", + "antiprompt": [ + "<|im_start|>", + "" + ], + "pre_prompt_prefix": "<|im_start|>system\n", + "pre_prompt_suffix": "", + "pre_prompt": "You are a helpful assistant." + } + } \ No newline at end of file