Xin Liu
commited on
Commit
·
99198b0
1
Parent(s):
cb494f7
Update `README`
Browse filesSigned-off-by: Xin Liu <[email protected]>
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
|
2 |
-
|
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 |
+
```
|