Merge pull request #3216 from HiroseKoichi/release Remove brackets around `{{name}}` in `ChatML-Names` and `Llama-3-Instruct-Names`

f0b124221cab1d92a9a0d34972eaf8c145d1abce

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
2 files changed, +4 -4Ignore whitespace
default/content/presets/instruct/ChatML-Names.json+2 -2
@@ -1,6 +1,6 @@
11{
22 "input_sequence": "<|im_start|>[{{name}}]",
33 "output_sequence": "<|im_start|>[{{name}}]",
44 "last_output_sequence": "",
55 "system_sequence": "<|im_start|>system",
66 "stop_sequence": "<|im_end|>",
default/content/presets/instruct/Llama-3-Instruct-Names.json+2 -2
@@ -1,6 +1,6 @@
11{
22 "input_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",
33 "output_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",
44 "last_output_sequence": "",
55 "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
66 "stop_sequence": "<|eot_id|>",