Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ prompt_template: '<s>[INST]{prompt} [/INST]
|
|
8 |
|
9 |
'
|
10 |
quantized_by: Rocwo
|
|
|
11 |
---
|
12 |
|
13 |
<!-- header start -->
|
@@ -22,15 +23,11 @@ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is
|
|
22 |
|
23 |
## Prompt template: ChatML
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
{system_message}<|im_end|>
|
28 |
-
<|im_start|>user
|
29 |
-
{prompt}<|im_end|>
|
30 |
-
<|im_start|>assistant
|
31 |
|
|
|
|
|
32 |
```
|
33 |
|
34 |
-
|
35 |
-
license: apache-2.0
|
36 |
-
---
|
|
|
8 |
|
9 |
'
|
10 |
quantized_by: Rocwo
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
<!-- header start -->
|
|
|
23 |
|
24 |
## Prompt template: ChatML
|
25 |
|
26 |
+
<!-- prompt-template start -->
|
27 |
+
## Prompt template: Mistral
|
|
|
|
|
|
|
|
|
28 |
|
29 |
+
```
|
30 |
+
<s>[INST] {prompt} [/INST]
|
31 |
```
|
32 |
|
33 |
+
<!-- prompt-template end -->
|
|
|
|