Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,12 @@ It is further fine-tuned on OASST1 and Dolly2 to enhance chatting ability.
|
|
18 |
|
19 |
# Quick Start
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## GPU Inference
|
22 |
|
23 |
This requires a GPU with 16GB memory.
|
|
|
18 |
|
19 |
# Quick Start
|
20 |
|
21 |
+
To prompt the chat model, use the following format:
|
22 |
+
```
|
23 |
+
<human>: [Instruction]
|
24 |
+
<bot>:
|
25 |
+
```
|
26 |
+
|
27 |
## GPU Inference
|
28 |
|
29 |
This requires a GPU with 16GB memory.
|