Add Airoboros-v1.2 template

This commit is contained in:
oobabooga 2023-07-17 07:27:42 -07:00
parent a199f21799
commit 656b457795
2 changed files with 7 additions and 0 deletions

View file

@ -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"

View file

@ -186,6 +186,9 @@ llama-65b-gptq-3bit:
.*airoboros: .*airoboros:
mode: 'instruct' mode: 'instruct'
instruction_template: 'Vicuna-v1.1' instruction_template: 'Vicuna-v1.1'
.*airoboros.*1.2:
mode: 'instruct'
instruction_template: 'Airoboros-v1.2'
.*WizardLM-30B-V1.0: .*WizardLM-30B-V1.0:
mode: 'instruct' mode: 'instruct'
instruction_template: 'Vicuna-v1.1' instruction_template: 'Vicuna-v1.1'