From a577015425283272ecf452001a26f7bc9b89d4a4 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:03:34 +0800 Subject: [PATCH] consolidate mistral templates (too many) --- .../{Mistral-V7.json => Mistral-V3-Tekken-V7.json} | 4 ++-- kcpp_adapters/Mistral-V3-Tekken.json | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) rename kcpp_adapters/{Mistral-V7.json => Mistral-V3-Tekken-V7.json} (64%) delete mode 100644 kcpp_adapters/Mistral-V3-Tekken.json diff --git a/kcpp_adapters/Mistral-V7.json b/kcpp_adapters/Mistral-V3-Tekken-V7.json similarity index 64% rename from kcpp_adapters/Mistral-V7.json rename to kcpp_adapters/Mistral-V3-Tekken-V7.json index f107b279d..6d02c8afa 100644 --- a/kcpp_adapters/Mistral-V7.json +++ b/kcpp_adapters/Mistral-V3-Tekken-V7.json @@ -1,7 +1,7 @@ { - "system_start": "[SYSTEM_PROMPT] ", + "system_start": "[SYSTEM_PROMPT]", "system_end": "[/SYSTEM_PROMPT]", - "user_start": "[INST] ", + "user_start": "[INST]", "user_end": "", "assistant_start": "[/INST]", "assistant_end": "" diff --git a/kcpp_adapters/Mistral-V3-Tekken.json b/kcpp_adapters/Mistral-V3-Tekken.json deleted file mode 100644 index 8e63a60f4..000000000 --- a/kcpp_adapters/Mistral-V3-Tekken.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "system_start": "", - "system_end": "", - "user_start": "[INST]", - "user_end": "", - "assistant_start": "[/INST]", - "assistant_end": "" -}