Skip to content

Commit a3cdd3a

Browse files
committed
fix Gemma adapter without system role
1 parent af37bd4 commit a3cdd3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"system_start":"",
3+
"system_end":"",
4+
"user_start":"<start_of_turn>user",
5+
"user_end":"<end_of_turn>\n",
6+
"assistant_start":"<start_of_turn>model",
7+
"assistant_end":"<end_of_turn>\n"
8+
}

0 commit comments

Comments
 (0)