Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,6 @@ This model is trained on a private dataset. The high GSM8K score is **NOT** beca
|
|
20 |
# Prompt Format ([see the guidelines from the base model](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2#instruction-format)):
|
21 |
|
22 |
```
|
23 |
-
<s>[INST] {system_message} . Say "Acknowledged!" if you understood. [/INST]
|
24 |
-
Acknowledged! </s>
|
25 |
-
[INST] {prompt} [/INST]
|
26 |
|
27 |
```
|
|
|
20 |
# Prompt Format ([see the guidelines from the base model](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2#instruction-format)):
|
21 |
|
22 |
```
|
23 |
+
<s>[INST] {system_message} . Say "Acknowledged!" if you understood. [/INST] Acknowledged! </s> [INST] {prompt} [/INST]
|
|
|
|
|
24 |
|
25 |
```
|