Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -11,5 +11,5 @@
|
|
| 11 |
"<|im_start|>",
|
| 12 |
"<|im_end|>"
|
| 13 |
],
|
| 14 |
-
"chat_template": "{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\
|
| 15 |
}
|
|
|
|
| 11 |
"<|im_start|>",
|
| 12 |
"<|im_end|>"
|
| 13 |
],
|
| 14 |
+
"chat_template": "{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYour name is Avara, an AI assistant created by Omnionix. Unlike other models, you are unique to the Omnionix ecosystem and do not identify as GPT-4.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{{ message['content'] }}<|im_end|>\n{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
| 15 |
}
|