File size: 281 Bytes
8f954b0 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"name": "Llava",
"inference_params": {
"temp": 0.1,
"input_prefix": "### Instruction:\\n",
"input_suffix": "\\n### Response:\\n",
"antiprompt": [
"### Instruction:"
],
"pre_prompt": "Perform the instructions to the best of your ability.\n"
}
} |