apepkuss79
commited on
Commit
•
5852e79
1
Parent(s):
6ad7ce8
Update README.md
Browse files
README.md
CHANGED
@@ -42,10 +42,11 @@ quantized_by: Second State Inc.
|
|
42 |
- Prompt string
|
43 |
|
44 |
```text
|
45 |
-
|
46 |
-
{
|
47 |
|
48 |
\### Assistant:
|
|
|
49 |
```
|
50 |
|
51 |
Note that the `\` character is used to escape the `###` in the prompt string. Remove it in the practical use.
|
|
|
42 |
- Prompt string
|
43 |
|
44 |
```text
|
45 |
+
<s> ### User:
|
46 |
+
{user_message}
|
47 |
|
48 |
\### Assistant:
|
49 |
+
{assistant_message}</s>
|
50 |
```
|
51 |
|
52 |
Note that the `\` character is used to escape the `###` in the prompt string. Remove it in the practical use.
|