From 5bfcfcfc5ab7fe003c1f401949c467edbad6376a Mon Sep 17 00:00:00 2001 From: GiganticPrime Date: Wed, 9 Aug 2023 21:26:12 +0900 Subject: [PATCH] Added the logic for starchat model series (#3185) --- models/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/models/config.yaml b/models/config.yaml index 97ec9e92..7e3e8ca4 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -234,6 +234,7 @@ TheBloke_WizardLM-30B-GPTQ: .*starchat-beta: mode: 'instruct' instruction_template: 'Starchat-Beta' + custom_stopping_strings: '"<|end|>"' .*minotaur: mode: 'instruct' instruction_template: 'Minotaur'