[e763d3]: / medalpaca / prompt_templates / alpaca-mc-cot.json

Download this file

7 lines (6 with data), 932 Bytes

1
2
3
4
5
6
{
"description": "Template used by Alpaca-LoRA.",
"prompt_input": "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Input:\n{input}\n\n### Response: I will first exclude the false options and give an explanation why they should be excluded, than I'll provide the correct answer.\n",
"prompt_no_input": "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 will first exclude the false options and give an explanation why they should be excluded, than I'll provide the correct answer.\n",
"response_split": "### Response: I will first exclude the false options and give an explanation why they should be excluded, than I'll provide the correct answer."
}