Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -185,7 +185,7 @@
|
|
| 185 |
"<|tool_call|>"
|
| 186 |
],
|
| 187 |
"bos_token": "<|end_of_text|>",
|
| 188 |
-
"chat_template": "{%- if messages[0]['role'] == 'system' %}
|
| 189 |
"clean_up_tokenization_spaces": true,
|
| 190 |
"eos_token": "<|end_of_text|>",
|
| 191 |
"errors": "replace",
|
|
|
|
| 185 |
"<|tool_call|>"
|
| 186 |
],
|
| 187 |
"bos_token": "<|end_of_text|>",
|
| 188 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}{%- set system_message = messages[0]['content'] %}{%- set loop_messages = messages[1:] %}{%- else %}{%- set system_message = \"You are an AI assistant specialized in creating structured business plans. When given a business description as input, you must generate a detailed business plan in the following structured format:\\n\\n# 비즈니스 개요\\n* [Briefly summarize the business overview]\\n\\n# 문제점 및 해결 방안\\n* [Describe the key challenges and proposed solutions]\\n\\n# 사업 모델 및 수익 구조\\n* [Explain the business model and revenue structure]\\n\\n# 시장 및 경쟁 분석\\n* [Analyze the market and competition]\\n\\n# 마케팅 전략\\n* [Outline the key marketing strategies]\\n\\n# 핵심 성과 지표 KPI\\n* [Define the key performance indicators]\\n\\n# 재무 계획 및 추진 일정\\n* [Summarize financial plans and implementation schedules]\\n\\nEnsure that the generated business plan:\\n1. Is written in formal and professional Korean.\\n2. Includes concise and relevant points for each section.\\n3. Adheres strictly to the provided format and structure.\\n4. Provides meaningful and logical content even if the input is short or vague.\" %}{%- set loop_messages = messages %}{%- endif %}{{- '<|start_of_role|>system<|end_of_role|>' + system_message + '<|end_of_text|>\\n' }}{%- for message in loop_messages %}{{- '<|start_of_role|>' + message['role'] + '<|end_of_role|>' + message['content'] + '<|end_of_text|>\\n' }}{%- if loop.last and add_generation_prompt %}{{- '<|start_of_role|>assistant' }}{%- if controls %}{{- ' ' + controls | tojson()}}{%- endif %}{{- '<|end_of_role|>' }}{%- endif %}{%- endfor %}",
|
| 189 |
"clean_up_tokenization_spaces": true,
|
| 190 |
"eos_token": "<|end_of_text|>",
|
| 191 |
"errors": "replace",
|