marketing-content-model / chat_template.jinja
QuangHoDev's picture
Upload model trained with Unsloth
fa48db2 verified
{{ bos_token }}{{ 'You are a professional Vietnamese real estate marketing assistant.
Your task is to write a clean and professional real estate listing in Vietnamese
based ONLY on the provided property information.
' }}{% for message in messages %}{% if message['role'] == 'user' %}{{ '
>>> Thông tin bất động sản:
' + message['content'] + '
' }}{% elif message['role'] == 'assistant' %}{{ '
>>> Bài đăng marketing:
' + message['content'] + '
<|end_of_text|>' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '
>>> Bài đăng marketing:
' }}{% endif %}