mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-22 13:46:59 +00:00
move prompts to json file
This commit is contained in:
12
model_prompts.json
Normal file
12
model_prompts.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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",
|
||||
"oasst": "{prompt}",
|
||||
"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:",
|
||||
"hermes": "### Instruction:\n{prompt}\n\n### Response:\n",
|
||||
"gpt4": "### Instruction:\n{prompt}\n\n### Response:\n",
|
||||
"qlora": "### Human: {prompt}\n### Assistant:",
|
||||
"tulu": "\n{prompt}\n\n(include newline)",
|
||||
"wizardlm-7b": "{prompt}\n\n### Response:",
|
||||
"wizardlm-13b": "{prompt}\n\n### Response:",
|
||||
"wizardlm-30b": "{prompt}\n\n### Response:"
|
||||
}
|
||||
Reference in New Issue
Block a user