mirror of https://github.com/hpcaitech/ColossalAI
9 lines
534 B
JSON
9 lines
534 B
JSON
{
|
|
"chat_template": "{% for message in messages %}{% if loop.first %}[gMASK]sop<|{{ message['role'] }}|>\n {{ message['content'] }}{% else %}<|{{ message['role'] }}|>\n {{ message['content'] }}{% endif %}{% endfor %}{% if add_generation_prompt %}<|assistant|>{% endif %}",
|
|
"system_message": "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\n\n",
|
|
"stop_ids": [
|
|
2
|
|
],
|
|
"end_of_assistant": "<|user|>"
|
|
}
|