Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,14 @@ With trained embed and head, the model perform better at Chinese and Japanese th
|
|
18 |
Since this model is trained by guanaco dataset, you can also use this as chatbot. just use this format:
|
19 |
```
|
20 |
### Instruction:
|
21 |
-
User:
|
22 |
-
Assistant:
|
23 |
|
24 |
-
###
|
25 |
System: <System response for next message, optional>
|
26 |
User: <Next message>
|
|
|
|
|
27 |
```
|
28 |
|
29 |
**Tips: I just removed the first line of original prompt to reduce token comsumption, plz consider remove it when you want to use this model**
|
|
|
18 |
Since this model is trained by guanaco dataset, you can also use this as chatbot. just use this format:
|
19 |
```
|
20 |
### Instruction:
|
21 |
+
User: <Message history>
|
22 |
+
Assistant: <Message history>
|
23 |
|
24 |
+
### Input:
|
25 |
System: <System response for next message, optional>
|
26 |
User: <Next message>
|
27 |
+
|
28 |
+
### Response:
|
29 |
```
|
30 |
|
31 |
**Tips: I just removed the first line of original prompt to reduce token comsumption, plz consider remove it when you want to use this model**
|