What is the prompt format?

#3
by TheBloke - opened

Thanks for the great release!

Could you please clarify the prompt template?

For WizardLM V1.0 13B and 30B you had Vicuna style:

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: hello, who are you? ASSISTANT: 

For the earlier WizardLM V1.0 7B you had Alpaca style:

"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:"

I assumed that this was Vicuna, as that is what you used most recently.

But someone is telling me that Alpaca is working better.

It would be great to get confirmation of the official intended prompt template?

Thanks again for all your great models.

Looks like you have the right prompt @TheBloke as it is the same in their repo:
https://github.com/nlpxucan/WizardLM/blob/main/WizardLM/src/infer_wizardlm13b.py#L79

Sign up or log in to comment