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