From deba039c0394a2d5cb5f0da39c5747c2ee893c3c Mon Sep 17 00:00:00 2001 From: deevis Date: Tue, 31 Oct 2023 22:51:00 -0600 Subject: [PATCH] (fix): OpenOrca-Platypus2 models should use correct instruction_template and custom_stopping_strings (#4435) --- models/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/config.yaml b/models/config.yaml index 9c8ce827..00db01d1 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -45,9 +45,6 @@ .*starchat-beta: instruction_template: 'Starchat-Beta' custom_stopping_strings: '"<|end|>"' -.*(openorca-platypus2): - instruction_template: 'OpenOrca-Platypus2' - custom_stopping_strings: '"### Instruction:", "### Response:"' (?!.*v0)(?!.*1.1)(?!.*1_1)(?!.*stable)(?!.*chinese).*vicuna: instruction_template: 'Vicuna-v0' .*vicuna.*v0: @@ -152,6 +149,9 @@ instruction_template: 'Orca Mini' .*(platypus|gplatty|superplatty): instruction_template: 'Alpaca' +.*(openorca-platypus2): + instruction_template: 'OpenOrca-Platypus2' + custom_stopping_strings: '"### Instruction:", "### Response:"' .*longchat: instruction_template: 'Vicuna-v1.1' .*vicuna-33b: