How to use system prompts?
#14
by
luissimoes
- opened
How do you pass system prompts to the model in order to try and stabilize the format of the output desired?
This works for me just fine: https://github.com/EkBass/console-chat-for-llama-2-7b-chat
Hi, you can use the official Meta format for prompts like this:
<>PUT SYSTEM PROMPT HERE<>
[INST]A MESSAGE CAN GO HERE[/INST]
[INST]ANOTHER MESSAGE CAN GO HERE[/INST]