Create test.preset.json
Browse files- test.preset.json +14 -0
test.preset.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Test Preset",
|
| 3 |
+
"inference_params": {
|
| 4 |
+
"input_prefix": "<|im_end|>\n<|im_start|>user\n",
|
| 5 |
+
"input_suffix": "<|im_end|>\n<|im_start|>assistant\n",
|
| 6 |
+
"antiprompt": [
|
| 7 |
+
"<|im_start|>",
|
| 8 |
+
"<|im_end|>"
|
| 9 |
+
],
|
| 10 |
+
"pre_prompt_prefix": "<|im_start|>system\n",
|
| 11 |
+
"pre_prompt_suffix": "",
|
| 12 |
+
"pre_prompt": "Perform the task to the best of your ability."
|
| 13 |
+
}
|
| 14 |
+
}
|