diff --git a/instruction-templates/OpenOrca-Platypus2.yaml b/instruction-templates/OpenOrca-Platypus2.yaml new file mode 100644 index 00000000..6cac0046 --- /dev/null +++ b/instruction-templates/OpenOrca-Platypus2.yaml @@ -0,0 +1,4 @@ +user: "### Instruction:" +bot: "### Response:" +turn_template: "<|user|> <|user-message|>\n\n<|bot|> <|bot-message|>\n\n" +context: "" diff --git a/models/config.yaml b/models/config.yaml index 624840df..366684dc 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -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