Update prompt format
Browse files
README.md
CHANGED
@@ -23,12 +23,17 @@ All quants made using imatrix option with dataset provided by Kalomaze [here](ht
|
|
23 |
## Prompt format
|
24 |
|
25 |
```
|
26 |
-
|
27 |
|
28 |
-
{
|
29 |
|
30 |
-
{
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
```
|
34 |
|
|
|
23 |
## Prompt format
|
24 |
|
25 |
```
|
26 |
+
System: {System}
|
27 |
|
28 |
+
{Context}
|
29 |
|
30 |
+
User: {Question}
|
31 |
|
32 |
+
Assistant: {Response}
|
33 |
+
|
34 |
+
User: {Question}
|
35 |
+
|
36 |
+
Assistant:
|
37 |
|
38 |
```
|
39 |
|