Commit
·
a26867f
1
Parent(s):
14c3440
Upload alpaca_template.json with huggingface_hub
Browse files- alpaca_template.json +6 -0
alpaca_template.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "Template used by Alpaca-LoRA.",
|
| 3 |
+
"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",
|
| 4 |
+
"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",
|
| 5 |
+
"response_split": "### Response:"
|
| 6 |
+
}
|