/
githubmirror
/
ColossalAI
Обзор
Документация
Войти
/
githubmirror
/
ColossalAI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
applications/ColossalChat/conversation_template/microsoft_phi-2.json
8 строк
490 B
Tong Li
[Hotfix] Remove deprecated install (#6042)
03 сен 2024, 05:33
Не верифицирован
03 сен 2024, 05:33
c650a90
Код
Авторство
О чём код?
{ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% 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": [ 50256 ], "end_of_assistant": "<|im_end|>" }