From 9ad116a6e2dcd1fb0690794559012f606734f944 Mon Sep 17 00:00:00 2001 From: Bartowski Date: Tue, 26 Mar 2024 15:35:29 -0400 Subject: [PATCH] Add config for hyperion and hercules models to use chatml (#5742) --- models/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index 6bd4afe3..fc7bc44f 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -190,3 +190,5 @@ instruction_template: 'ChatML' .*synthia: instruction_template: 'Synthia' +.*(hercules|hyperion): + instruction_template: 'ChatML'