We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLama 2 official format seems to be
<s>[INST] <<SYS>> {{ system_prompt }} <</SYS>> {{ user_message }} [/INST]
however this is not what I found here.
Is this correct?
The text was updated successfully, but these errors were encountered:
Hi! Can you link to where you found that documentation? I think I based mine off of their blog post IIRC, but I have seen some variants around.
Sorry, something went wrong.
here and here
fix: llama 2 prompt format
0304cb7
https://huggingface.co/blog/llama2#how-to-prompt-llama-2 issue: #8
Thanks! And good catch, I must've remembered wrong - should be fixed in 0.2.5.
No branches or pull requests
LLama 2 official format seems to be
however this is not what I found here.
Is this correct?
The text was updated successfully, but these errors were encountered: