Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
| 4 |
### test examples: https://github.com/D1026/Chinese-Tiger-LoRA/blob/main/generate_by_hf_ckpt.py
|
| 5 |
|
| 6 |
|
| 7 |
-
#### Template
|
| 8 |
-
{
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
| 4 |
### test examples: https://github.com/D1026/Chinese-Tiger-LoRA/blob/main/generate_by_hf_ckpt.py
|
| 5 |
|
| 6 |
|
| 7 |
+
#### Template:
|
| 8 |
+
"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",
|
| 9 |
+
|
| 10 |
+
"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",
|
| 11 |
+
|
| 12 |
+
"response_split": "### Response:"
|