Update Llama-3-Instruct-Names.json Remove brackets from `Llama-3-Instruct-Names`

964437ed13a790dca3cb1ac94037d0fe1c2e58dc

Hirose <86906598+HiroseKoichi@users.noreply.github.com>

Signed
1 files changed, +2 -2Showing whitespace changes
default/content/presets/instruct/Llama-3-Instruct-Names.json+2 -2
@@ -1,6 +1,6 @@
1{1{
2 "input_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",2 "input_sequence": "<|start_header_id|>{{name}}<|end_header_id|>\n\n",
3 "output_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",3 "output_sequence": "<|start_header_id|>{{name}}<|end_header_id|>\n\n",
4 "last_output_sequence": "",4 "last_output_sequence": "",
5 "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",5 "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
6 "stop_sequence": "<|eot_id|>",6 "stop_sequence": "<|eot_id|>",