Update README.md
Browse files
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
|
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
|