Prompt format
#2
by
KnutJaegersberg
- opened
Could you add an example for your prompt format?
I dont know if it is chatml or if it is
System:
Instruction:
Response:
hi.
this is the prompt we used in training.
BASE_PROMPT_WO_SYS_PROMPT: str = '''### Instruction: {question}\n\n### Response: {response}'''
# example use case
prompt = BASE_PROMPT_WO_SYS_PROMPT.format(question='Where were the 1992 Olympics held?', response='')
Thanks!
KnutJaegersberg
changed discussion status to
closed