From d94ea31d54a646fd998732fe12370ecc1ffdfb2c Mon Sep 17 00:00:00 2001 From: matatonic <73265741+matatonic@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:05:08 -0400 Subject: [PATCH] more models. +minotaur 8k (#2806) --- characters/instruction-following/Minotaur.yaml | 4 ++++ models/config.yaml | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 characters/instruction-following/Minotaur.yaml 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