Update README.md
Browse files
README.md
CHANGED
@@ -27,15 +27,13 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
27 |
|
28 |
## Prompt format
|
29 |
|
30 |
-
No chat template specified
|
31 |
|
32 |
```
|
33 |
-
|
34 |
-
{
|
35 |
-
|
36 |
-
{prompt}
|
37 |
-
<|im_start|>assistant
|
38 |
-
|
39 |
```
|
40 |
|
41 |
## Download a file (not the whole branch) from below:
|
|
|
27 |
|
28 |
## Prompt format
|
29 |
|
30 |
+
No chat template specified, use the following provided by the model card:
|
31 |
|
32 |
```
|
33 |
+
<<SYS>>
|
34 |
+
{system prompt}
|
35 |
+
<</SYS>>
|
36 |
+
[INST]{prompt}[/INST]{response}[INST]{prompt}[/INST]{response}
|
|
|
|
|
37 |
```
|
38 |
|
39 |
## Download a file (not the whole branch) from below:
|