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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ### more info: https://github.com/D1026/Chinese-Tiger-LoRA
2
 
3
 
4
- ### test examples: https://github.com/D1026/Chinese-Tiger-LoRA/blob/main/generate_by_hf_ckpt.py
 
 
 
 
 
 
 
 
 
1
  ### more info: https://github.com/D1026/Chinese-Tiger-LoRA
2
 
3
 
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
+ }