From dd3c713c1c5130ab302b1dcd438f2fbb269d82da Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Mon, 26 Jun 2023 14:19:13 -0400 Subject: [PATCH] organize prompts --- model_prompts.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/model_prompts.json b/model_prompts.json index fdfc2189..f6195395 100644 --- a/model_prompts.json +++ b/model_prompts.json @@ -1,12 +1,13 @@ { "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", + "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:", "qlora": "### Human: {prompt}\n### Assistant:", "tulu": "\n{prompt}\n\n(include newline)", - "wizardlm-7b": "{prompt}\n\n### Response:", + "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:", "wizardlm-13b": "{prompt}\n\n### Response:", - "wizardlm-30b": "{prompt}\n\n### Response:" + "wizardlm-30b": "{prompt}\n\n### Response:", + "wizardlm-7b": "{prompt}\n\n### Response:" } \ No newline at end of file