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'