What is the prompt template?

#1
by ugriffo - opened

Could you please tell me what is the prompt template of this model? I would like to use it with lama.cpp

Owner

It works well with chatml but I suspect it to work with pretty much every template (haven't tested others).

Ok nice!
It works pretty well also with the following template:

prompt_template = """### System:
{system}
### User:
{question}
### Assistant:
"""

Sign up or log in to comment