Skip to content
New issue

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

Llama2 Format #8

Open
DavidGOrtega opened this issue Mar 26, 2024 · 3 comments
Open

Llama2 Format #8

DavidGOrtega opened this issue Mar 26, 2024 · 3 comments

Comments

@DavidGOrtega
Copy link

DavidGOrtega commented Mar 26, 2024

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?

@gsuuon
Copy link
Owner

gsuuon commented Apr 7, 2024

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.

@DavidGOrtega
Copy link
Author

here and here

@gsuuon
Copy link
Owner

gsuuon commented Apr 8, 2024

Thanks! And good catch, I must've remembered wrong - should be fixed in 0.2.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants