Cyrile commited on
Commit
bc2e5de
1 Parent(s): 406bbb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,5 +15,5 @@ Converted version of [Mixtral Instruct](https://huggingface.co/mistralai/Mixtral
15
  ### Prompt Pattern
16
  Here is a reminder of the command pattern to interact with the model if the add_special_tokens option is disabled (otherwise, do not include the BOS symbol and space at the beginning of the sequence):
17
  ```verbatim
18
- <s> [INST] {user_prompt_1} [/INST] model_answer_1</s>[INST] {user_prompt_2} [/INST] model_answer_2</s>
19
  ```
 
15
  ### Prompt Pattern
16
  Here is a reminder of the command pattern to interact with the model if the add_special_tokens option is disabled (otherwise, do not include the BOS symbol and space at the beginning of the sequence):
17
  ```verbatim
18
+ <s> [INST] {user_prompt_1} [/INST] model_answer_1</s> [INST] {user_prompt_2} [/INST] model_answer_2</s>
19
  ```