File size: 381 Bytes
b873269 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"name": "Test Preset",
"inference_params": {
"input_prefix": "<|im_end|>\n<|im_start|>user\n",
"input_suffix": "<|im_end|>\n<|im_start|>assistant\n",
"antiprompt": [
"<|im_start|>",
"<|im_end|>"
],
"pre_prompt_prefix": "<|im_start|>system\n",
"pre_prompt_suffix": "",
"pre_prompt": "Perform the task to the best of your ability."
}
} |