Update Llama-3-Instruct-Names.json

Remove brackets from `Llama-3-Instruct-Names`
This commit is contained in:
Hirose
2024-12-22 14:59:35 -06:00
committed by GitHub
parent 6033c38b19
commit 964437ed13

View File

@@ -1,6 +1,6 @@
{
"input_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",
"output_sequence": "<|start_header_id|>[{{name}}]<|end_header_id|>\n\n",
"input_sequence": "<|start_header_id|>{{name}}<|end_header_id|>\n\n",
"output_sequence": "<|start_header_id|>{{name}}<|end_header_id|>\n\n",
"last_output_sequence": "",
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
"stop_sequence": "<|eot_id|>",