Is there a prompt template?
#3
by
TheBloke
- opened
This looks like an interesting model, thanks for uploading it.
Is there a prompt template? In what format should inputs be provided in order to get the best output?
Thanks
I skimmed through the paper and saw you used the Vicuna code base. So I'm going to guess the template is something like:
User: {prompt}
Assistant:
In the paper you showed an example of :
Human: question
Clinical Camel: answer
But it's unclear if this is the actual prompt template, or just how it was presented in the paper?
I am going to quantise this model to GGML and GPTQ, to make it more accessible for people to try. For now I will mark the prompt template as Vicuna, but if this is incorrect I can update it later.
Thanks again.