Xin Liu commited on
Commit
99198b0
·
1 Parent(s): cb494f7

Update `README`

Browse files

Signed-off-by: Xin Liu <[email protected]>

Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BELLE-Llama2-13B-Chat-GGUF
2
+
3
+ ## Prompt Template
4
+
5
+ - One-turn conversation
6
+
7
+ ```bash
8
+ Human: {input}\n\nAssistant:
9
+ ```
10
+
11
+ - Multi-turn conversation
12
+
13
+ ```bash
14
+ Human: {input_1}\n\nAssistant:{output_1}Human: {input_2}\n\nAssistant:
15
+ ```