Add llama 2 chat format for lora training (#5553)

This commit is contained in:
jeffbiocode 2024-02-25 14:36:36 +09:00 committed by GitHub
parent e0fc808980
commit 45c4cd01c5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
{
"modelanswer,userprompt,systemprompt": "<s>[INST] <<SYS>>\n%systemprompt%\n<</SYS>>\n\n%userprompt%[/INST] %modelanswer%</s>"
"modelanswer,userprompt": "<s>[INST] <<SYS>>\n\n<</SYS>>\n\n%userprompt%[/INST] %modelanswer%</s>"
}