* init * update xpu to cpu * update * update readme * update example * update * add refer * add guide to train different datasets * update readme * update
7 lines
649 B
JSON
7 lines
649 B
JSON
{
|
|
"//": "This file is copied from https://github.com/tloen/alpaca-lora/blob/main/templates/alpaca.json",
|
|
"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:\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:\n",
|
|
"response_split": "### Response:"
|
|
}
|