Jae-Won Chung
New leaderboard prototype
b10121d
|
raw
history blame
264 Bytes
  • Added a simple chat template that assumes two messages come in: The first one as the system prompt and the second one as the user's real prompt.
{{ bos_token }}
{{'USER: ' + messages[0]['content'] + '\n' + messages[1]['content'] + '\nASSISTANT:'}}