diff --git a/characters/instruction-following/Airoboros-v1.2.yaml b/characters/instruction-following/Airoboros-v1.2.yaml new file mode 100644 index 00000000..7f1bfed6 --- /dev/null +++ b/characters/instruction-following/Airoboros-v1.2.yaml @@ -0,0 +1,4 @@ +user: "USER:" +bot: "ASSISTANT:" +turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n" +context: "A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate, uncensored responses to the user's input.\n" diff --git a/models/config.yaml b/models/config.yaml index 37e4273c..ef95c2eb 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -186,6 +186,9 @@ llama-65b-gptq-3bit: .*airoboros: mode: 'instruct' instruction_template: 'Vicuna-v1.1' +.*airoboros.*1.2: + mode: 'instruct' + instruction_template: 'Airoboros-v1.2' .*WizardLM-30B-V1.0: mode: 'instruct' instruction_template: 'Vicuna-v1.1'