ollama/model_prompts.json

13 lines
930 B
JSON
Raw Normal View History

2023-06-26 18:03:49 +00:00
{
"alpaca": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:\n\n",
"gpt4": "### Instruction:\n{prompt}\n\n### Response:\n",
2023-06-26 18:19:13 +00:00
"hermes": "### Instruction:\n{prompt}\n\n### Response:\n",
"oasst": "{prompt}",
"orca": "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n### User:\n{prompt}\n\n### Response:",
2023-06-26 18:03:49 +00:00
"qlora": "### Human: {prompt}\n### Assistant:",
"tulu": "\n{prompt}\n\n(include newline)",
2023-06-26 18:19:13 +00:00
"vicuna": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.\n\nUSER: {prompt}\nASSISTANT:",
2023-06-26 18:03:49 +00:00
"wizardlm-13b": "{prompt}\n\n### Response:",
2023-06-26 18:19:13 +00:00
"wizardlm-30b": "{prompt}\n\n### Response:",
"wizardlm-7b": "{prompt}\n\n### Response:"
2023-06-26 18:03:49 +00:00
}