Update README.md
Browse files
README.md
CHANGED
|
@@ -17,12 +17,10 @@ It isn't generic in a sense that it shouldn't be used for story telling, for exa
|
|
| 17 |
|
| 18 |
This model is trained on a private dataset. The high GSM8K score is **NOT** because of the MetaMath dataset.
|
| 19 |
|
| 20 |
-
# Prompt Format:
|
| 21 |
|
| 22 |
```
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
{prompt}
|
| 27 |
-
### Response:
|
| 28 |
```
|
|
|
|
| 17 |
|
| 18 |
This model is trained on a private dataset. The high GSM8K score is **NOT** because of the MetaMath dataset.
|
| 19 |
|
| 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 |
```
|