From 3778816b8d921f04ab8b362e617dc5dd14b635a2 Mon Sep 17 00:00:00 2001 From: matatonic <73265741+matatonic@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:53:48 -0400 Subject: [PATCH] models/config.yaml: +platypus/gplatty, +longchat, +vicuna-33b, +Redmond-Hermes-Coder, +wizardcoder, +more (#2928) * +platypus/gplatty * +longchat, +vicuna-33b, +Redmond-Hermes-Coder * +wizardcoder * +superplatty * +Godzilla, +WizardLM-V1.1, +rwkv 8k, +wizard-mega fix --------- Co-authored-by: Matthew Ashton --- models/config.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index d81eac94..37e4273c 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -97,6 +97,8 @@ llama-65b-gptq-3bit: .*raven: mode: 'instruct' instruction_template: 'RWKV-Raven' +.*ctx8192: + truncation_length: 8192 .*moss-moon.*sft: mode: 'instruct' instruction_template: 'MOSS' @@ -143,6 +145,7 @@ llama-65b-gptq-3bit: .*wizard.*mega: mode: 'instruct' instruction_template: 'Wizard-Mega' + custom_stopping_strings: '""' .*ziya-: mode: 'instruct' instruction_template: 'Ziya' @@ -243,3 +246,26 @@ TheBloke_WizardLM-30B-GPTQ: .*xgen.*-inst: truncation_length: 8192 instruction_template: 'Vicuna-v0' +.*(platypus|gplatty|superplatty): + mode: 'instruct' + instruction_template: 'Alpaca' +.*longchat: + mode: 'instruct' + instruction_template: 'Vicuna-v1.1' +.*vicuna-33b: + mode: 'instruct' + instruction_template: 'Vicuna-v1.1' +.*redmond-hermes-coder: + mode: 'instruct' + instruction_template: 'Alpaca' + truncation_length: 8192 +.*wizardcoder-15b: + mode: 'instruct' + instruction_template: 'Alpaca' + truncation_length: 8192 +.*wizardlm-.*-v1.1: + mode: 'instruct' + instruction_template: 'Vicuna-v1.1' +.*godzilla: + mode: 'instruct' + instruction_template: 'Alpaca'