amigov1 / medalpaca /prompt_templates /alpaca-mc-cot.json
asach's picture
Upload folder using huggingface_hub
d727a17
raw
history blame contribute delete
932 Bytes
{
"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."
}