diff --git a/characters/instruction-following/Minotaur.yaml b/characters/instruction-following/Minotaur.yaml new file mode 100644 index 00000000..126a6ac1 --- /dev/null +++ b/characters/instruction-following/Minotaur.yaml @@ -0,0 +1,4 @@ +user: "USER:" +bot: "ASSISTANT:" +turn_template: "<|user|> <|user-message|>\n<|bot|><|bot-message|>\n" +context: "" diff --git a/models/config.yaml b/models/config.yaml index 318b0822..c80b6c8e 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -231,4 +231,10 @@ TheBloke_WizardLM-30B-GPTQ: instruction_template: 'Alpaca' .*starchat-beta: mode: 'instruct' - instruction_template: 'Starchat-Beta' \ No newline at end of file + instruction_template: 'Starchat-Beta' +.*minotaur: + mode: 'instruct' + instruction_template: 'Minotaur' + truncation_length: 8192 + chat_prompt_size: 8192 + chat_prompt_size_max: 8192