Ivan99 commited on
Commit
c3248ea
·
1 Parent(s): f9ac0e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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
- "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",
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
- "response_split": "### Response:"
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:"