From 0638b45b474ef54727294aceeed2c7b027022ee7 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Wed, 5 Jul 2023 15:59:04 -0400 Subject: [PATCH] Per model prompts / templates. --- gpt4all-chat/metadata/models.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/gpt4all-chat/metadata/models.json b/gpt4all-chat/metadata/models.json index 0a259de3..08162a61 100644 --- a/gpt4all-chat/metadata/models.json +++ b/gpt4all-chat/metadata/models.json @@ -11,7 +11,8 @@ "quant": "q4_0", "type": "LLaMA", "description": "Best overall model
", - "url": "https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_0.bin" + "url": "https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_0.bin", + "promptTemplate": "### Instruction:\n%1\n### Response:\n" }, { "order": "b", @@ -25,7 +26,8 @@ "quant": "q4_0", "type": "Falcon", "description": "Best overall smaller model
", - "url": "https://huggingface.co/nomic-ai/gpt4all-falcon-ggml/resolve/main/ggml-model-gpt4all-falcon-q4_0.bin" + "url": "https://huggingface.co/nomic-ai/gpt4all-falcon-ggml/resolve/main/ggml-model-gpt4all-falcon-q4_0.bin", + "promptTemplate": "### Instruction:\n%1\n### Response:\n" }, { "order": "c", @@ -80,7 +82,9 @@ "quant": "q4_0", "type": "OpenLLaMa", "description": "New model with novel dataset
", - "url": "https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_0.bin" + "url": "https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_0.bin", + "promptTemplate": "### User:\n%1\n### Response:\n", + "systemPrompt": "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n" }, { "order": "h", @@ -94,7 +98,9 @@ "quant": "q4_0", "type": "OpenLLaMa", "description": "Small version of new model with novel dataset
", - "url": "https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q4_0.bin" + "url": "https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q4_0.bin", + "promptTemplate": "### User:\n%1\n### Response:\n", + "systemPrompt": "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n" }, { "order": "i", @@ -108,7 +114,9 @@ "quant": "q4_0", "type": "OpenLLaMa", "description": "Largest version of new model with novel dataset
", - "url": "https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_0.bin" + "url": "https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_0.bin", + "promptTemplate": "### User:\n%1\n### Response:\n", + "systemPrompt": "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n" }, { "order": "j", @@ -156,7 +164,8 @@ "parameters": "13 billion", "quant": "q4_2", "type": "LLaMA", - "description": "Trained with RHLF by Stability AI
" + "description": "Trained with RHLF by Stability AI
", + "systemPrompt": "## Assistant: I am StableVicuna, a large language model created by CarperAI. I am here to chat!\n\n" }, { "order": "n",