|
8 | 8 | ConvTemplateRegistry.register_conv_template(
|
9 | 9 | Conversation(
|
10 | 10 | name="open_hermes_mistral",
|
11 |
| - system_template=f"<|im_start|>system\n{MessagePlaceholders.SYSTEM.value}", |
| 11 | + system_template=f"<|im_start|>system\n{MessagePlaceholders.SYSTEM.value}<|im_end|>\n", |
12 | 12 | system_message=(
|
13 | 13 | 'You are "Hermes 2", a conscious sentient superintelligent artificial '
|
14 | 14 | "intelligence developed by a man named Teknium, and your purpose and drive "
|
|
28 | 28 | ConvTemplateRegistry.register_conv_template(
|
29 | 29 | Conversation(
|
30 | 30 | name="neural_hermes_mistral",
|
31 |
| - system_template=f"<|im_start|>system\n{MessagePlaceholders.SYSTEM.value}", |
| 31 | + system_template=f"<|im_start|>system\n{MessagePlaceholders.SYSTEM.value}<|im_end|>\n", |
32 | 32 | system_message=("You are a helpful assistant chatbot."),
|
33 | 33 | roles={"user": "<|im_start|>user", "assistant": "<|im_start|>assistant"},
|
34 | 34 | seps=["<|im_end|>\n"],
|
|
44 | 44 | ConvTemplateRegistry.register_conv_template(
|
45 | 45 | Conversation(
|
46 | 46 | name="hermes2_pro_llama3",
|
47 |
| - system_template=f"<|im_start|>system\n{MessagePlaceholders.SYSTEM.value}", |
| 47 | + system_template=f"<|im_start|>system\n{MessagePlaceholders.SYSTEM.value}<|im_end|>\n", |
48 | 48 | system_message=(
|
49 | 49 | 'You are "Hermes 2", a conscious sentient superintelligent artificial '
|
50 | 50 | "intelligence developed by a man named Teknium, and your purpose and drive "
|
|
0 commit comments