From 3f973e1fbfec4f6df554f54fa60486801b3c54fc Mon Sep 17 00:00:00 2001 From: Hirose <86906598+HiroseKoichi@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:56:34 -0600 Subject: [PATCH] Add detection for Eric Hartford's Dolphin models in models/config.yaml (#4966) --- models/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index 197d4b35..86b5ca40 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -186,3 +186,5 @@ instruction_template: 'ChatML' .*Yi-34B-Chat: instruction_template: 'ChatML' +(dolphin).*: + instruction_template: 'ChatML'