text-generation-webui / training /formats /alpaca-format.json
dev9669's picture
Duplicate from algovenus/text-generation-webui
6aa1a9b
Raw
History Blame Contribute Delete
478 Bytes
{
"instruction,output": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n%instruction%\n\n### Response:\n%output%",
"instruction,input,output": "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:\n%output%"
}