JosephusCheung
commited on
Commit
•
da299b0
1
Parent(s):
083a022
Update README.md
Browse files
README.md
CHANGED
@@ -30,14 +30,14 @@ The Guanaco model has not been filtered for harmful, biased, or explicit content
|
|
30 |
The format is as follows:
|
31 |
|
32 |
```
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
```
|
42 |
|
43 |
This structured format allows for easier tracking of the conversation history and maintaining context throughout a multi-turn dialogue.
|
|
|
30 |
The format is as follows:
|
31 |
|
32 |
```
|
33 |
+
### Instruction:
|
34 |
+
User: History User Input
|
35 |
+
Assistant: History Assistant Answer
|
36 |
+
### Input:
|
37 |
+
System: Knowledge
|
38 |
+
User: New User Input
|
39 |
+
### Response:
|
40 |
+
New Assistant Answer
|
41 |
```
|
42 |
|
43 |
This structured format allows for easier tracking of the conversation history and maintaining context throughout a multi-turn dialogue.
|