From db2cbe7b5aa54a365ac25cd9da65f8b8053239e6 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:41:06 -0300 Subject: [PATCH] Detect WizardLM-30B-V1.0 instruction format --- models/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index 2c092678..36d8696d 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -188,3 +188,6 @@ llama-65b-gptq-3bit: mode: 'instruct' instruction_template: 'Vicuna-v1.1' truncation_length: 4096 +.*WizardLM-30B-V1.0: + mode: 'instruct' + instruction_template: 'Vicuna-v1.1'