diff --git a/kcpp_adapters/Mistral.json b/kcpp_adapters/Mistral V1.json similarity index 64% rename from kcpp_adapters/Mistral.json rename to kcpp_adapters/Mistral V1.json index b221c6141..fe6afe19f 100644 --- a/kcpp_adapters/Mistral.json +++ b/kcpp_adapters/Mistral V1.json @@ -1,8 +1,8 @@ { "system_start": "", "system_end": "", - "user_start": "[INST] ", + "user_start": " [INST] ", "user_end": "", "assistant_start": " [/INST]", - "assistant_end": " " + "assistant_end": "" } diff --git a/kcpp_adapters/Mistral V2 & V3.json b/kcpp_adapters/Mistral V2 & V3.json new file mode 100644 index 000000000..fadd5d1c4 --- /dev/null +++ b/kcpp_adapters/Mistral V2 & V3.json @@ -0,0 +1,8 @@ +{ + "system_start": "", + "system_end": "", + "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 new file mode 100644 index 000000000..8e63a60f4 --- /dev/null +++ b/kcpp_adapters/Mistral V3-Tekken.json @@ -0,0 +1,8 @@ +{ + "system_start": "", + "system_end": "", + "user_start": "[INST]", + "user_end": "", + "assistant_start": "[/INST]", + "assistant_end": "" +}