-
Hello, could you please tell me how to use Prompt template Do i need use --interactive or --interactive-first? Do i need to use Prompt template in every question or only at first? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
There's a few ways for using a prompt template:
Don't use --interactive-first for this situation. Yes, --interactive (-i) is required. |
Beta Was this translation helpful? Give feedback.
-
I've been testing and found --instruct works best with Alpaca models. An alternative method is with --interactive. Here's an example template: A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: Hi, how are you? ASSISTANT:
|
Beta Was this translation helpful? Give feedback.
First of all - thanks for the reply!
I'm currently using a slightly different method than the one you wrote.
To keep the dialogue structure i use --prompt 'You are a helpful assistant' --in-prefix 'USER: ' --in-suffix 'ASSISTANT: '