init code

这个提交包含在:
thinksoso
2023-04-01 17:37:49 +08:00
父节点 bc611611d8
当前提交 1ab34f7075
共有 24 个文件被更改,包括 9631 次插入4 次删除

6
templates/alpaca.json 普通文件
查看文件

@@ -0,0 +1,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:\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:"
}