Commit
·
2be56dc
1
Parent(s):
ef77e63
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,9 @@ Prompt format:
|
|
| 14 |
system_message = "Summarize the following conversation."
|
| 15 |
```
|
| 16 |
```
|
| 17 |
-
"""[INST]
|
| 18 |
{system_message}
|
| 19 |
-
|
| 20 |
|
| 21 |
{user_message} [/INST]"""
|
| 22 |
-
|
| 23 |
```
|
|
|
|
| 14 |
system_message = "Summarize the following conversation."
|
| 15 |
```
|
| 16 |
```
|
| 17 |
+
"""<s>[INST]<<SYS>>
|
| 18 |
{system_message}
|
| 19 |
+
<</SYS>>
|
| 20 |
|
| 21 |
{user_message} [/INST]"""
|
|
|
|
| 22 |
```
|