wwwaj commited on
Commit
4129837
1 Parent(s): edb43c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ The current `transformers` version can be verified with: `pip list | grep transf
57
  Given the nature of the training data, the Phi-3 Mini-128K-Instruct model is best suited for prompts using the chat format as follows.
58
  You can provide the prompt as a question with a generic template as follow:
59
  ```markdown
60
- <|user|>/nQuestion <|end|>/n <|assistant|>
61
  ```
62
  For example:
63
  ```markdown
 
57
  Given the nature of the training data, the Phi-3 Mini-128K-Instruct model is best suited for prompts using the chat format as follows.
58
  You can provide the prompt as a question with a generic template as follow:
59
  ```markdown
60
+ <|user|>\nQuestion<|end|>\n<|assistant|>
61
  ```
62
  For example:
63
  ```markdown