Add a template for OpenOrca-Platypus2

This commit is contained in:
oobabooga 2023-08-17 15:03:08 -07:00
parent eaf5f0f089
commit 3e7c624f8e
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
user: "### Instruction:"
bot: "### Response:"
turn_template: "<|user|> <|user-message|>\n\n<|bot|> <|bot-message|>\n\n"
context: ""

View file

@ -295,3 +295,8 @@ llama-65b-gptq-3bit:
instruction_template: 'OpenChat'
.*falcon.*-instruct:
mode: 'instruct'
.*(openorca-platypus2):
mode: 'instruct'
instruction_template: 'OpenOrca-Platypus2'
custom_stopping_strings: '"### Instruction:", "### Response:"'
rms_norm_eps: 5.0e-6