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'