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

Llama3 Instruct Not working as [INST] tag is unknown to Llama3 #5

Open
ClaudeStabile opened this issue Jun 10, 2024 · 3 comments
Open

Comments

@ClaudeStabile
Copy link

Hello,

The plugin is working perfectly with Mistral Instruct. Instructions are passed through via [INSTR] tag and behavior looks good.
For Llama3 Instruct, it looks different as [INSTR] tag is not know and this is creating problems and cause Llama to generate strange replys
No clue if plugin can easilly be adapted to Llama3 but could be nice to have.

Llama3 API to try/reproduce it : https://llama3.free-solutions.ch

Might be interesting for Llama3 fans

@deleolajide
Copy link
Member

LLaMA 3 uses a different prompt. I will make changes to allow configuration of the prompt prefix and suffix. Can you confirm how to create a prompt for LLaMA 3.

Do you know the prefix and suffix values?

@ClaudeStabile
Copy link
Author

Dele,

I have found this @meta https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-code-llama/
Unsure if it is what you needed.

@deleolajide
Copy link
Member

Unsure if it is what you needed
👍

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