From 656b4577953530caeb3f850eeef87a90829bf5e8 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 17 Jul 2023 07:27:42 -0700 Subject: [PATCH] Add Airoboros-v1.2 template --- characters/instruction-following/Airoboros-v1.2.yaml | 4 ++++ models/config.yaml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 characters/instruction-following/Airoboros-v1.2.yaml diff --git a/characters/instruction-following/Airoboros-v1.2.yaml b/characters/instruction-following/Airoboros-v1.2.yaml new file mode 100644 index 0000000..7f1bfed --- /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 37e4273..ef95c2e 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'