From 68ae5d8262384600b7e72b919a14284f3ba40674 Mon Sep 17 00:00:00 2001 From: matatonic <73265741+matatonic@users.noreply.github.com> Date: Sun, 25 Jun 2023 00:54:53 -0400 Subject: [PATCH] more models: +orca_mini (#2859) --- characters/instruction-following/Orca Mini.yaml | 4 ++++ models/config.yaml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 characters/instruction-following/Orca Mini.yaml diff --git a/characters/instruction-following/Orca Mini.yaml b/characters/instruction-following/Orca Mini.yaml new file mode 100644 index 00000000..ffd84071 --- /dev/null +++ b/characters/instruction-following/Orca Mini.yaml @@ -0,0 +1,4 @@ +user: "### User:" +bot: "### Response:" +turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|>\n\n" +context: "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n" diff --git a/models/config.yaml b/models/config.yaml index 07f02d04..4b01a6f2 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -238,4 +238,7 @@ TheBloke_WizardLM-30B-GPTQ: .*minotaur-15b: truncation_length: 8192 chat_prompt_size: 8192 - chat_prompt_size_max: 8192 \ No newline at end of file + chat_prompt_size_max: 8192 +.*orca_mini: + mode: 'instruct' + instruction_template: 'Orca Mini'