Template
#1
by Jeximo - opened
Hi, thanks for this model. I want to use it effectively, is there a prompt template to follow?
Hi, The original model author did not provide a prompt template but since dataset medalpaca/medical_meadow_medqa was used, this instruction following template should work:
### Instruction:
{instruction}
### Input:
{input}
### Output:
Alpaca template is also working:
### Instruction:
{instruction}
### Response:
Also using -insflag (which results this reverse prompt: '### Instruction:') in llama.cpp seems to work.
asedmammad changed discussion status to closed