diff --git a/instruction-templates/OpenChat.yaml b/instruction-templates/OpenChat.yaml new file mode 100644 index 0000000..3b84c22 --- /dev/null +++ b/instruction-templates/OpenChat.yaml @@ -0,0 +1,4 @@ +user: "GPT4 User:" +bot: "GPT4 Assistant:" +turn_template: "<|user|> <|user-message|><|end_of_turn|><|bot|> <|bot-message|><|end_of_turn|>" +context: "" diff --git a/models/config.yaml b/models/config.yaml index 4d618de..97ec9e9 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -288,3 +288,6 @@ TheBloke_WizardLM-30B-GPTQ: instruction_template: 'StableBeluga2' truncation_length: 4096 rms_norm_eps: 5.0e-6 +.*openchat: + mode: 'instruct' + instruction_template: 'OpenChat'