Mihaiii commited on
Commit
1a3bb7c
·
1 Parent(s): 593f7a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
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
- ### System:
24
- {system_message}
25
- ### Instruction:
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
  ```