Create seallm-v2.5.preset.json
Browse files- seallm-v2.5.preset.json +14 -0
seallm-v2.5.preset.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SeaLLM-7B-v2.5",
|
3 |
+
"inference_params": {
|
4 |
+
"input_prefix": "<eos><|im_start|>user\n",
|
5 |
+
"input_suffix": "<eos><|im_start|>assistant\n",
|
6 |
+
"antiprompt": [
|
7 |
+
"<|im_start|>",
|
8 |
+
"<eos>"
|
9 |
+
],
|
10 |
+
"pre_prompt_prefix": "<|im_start|>system\n",
|
11 |
+
"pre_prompt_suffix": "",
|
12 |
+
"pre_prompt": "You are a helpful assistant."
|
13 |
+
}
|
14 |
+
}
|