Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ Solar Pro Preview is an instruction-tuned language model. This model is specific
|
|
30 |
|
31 |
### Chat Template
|
32 |
|
33 |
-
As an instruction-tuned model, Solar Pro Preview uses the ChatML template for optimal performance in conversational and instruction-following tasks. This approach aligns with the model's training data and is likely to yield more accurate and relevant responses. For instance, a question formatted in the ChatML template looks like the following, where the model generates the answer after <|im_start|>assistant.
|
34 |
|
35 |
```
|
36 |
<|im_start|>user
|
|
|
30 |
|
31 |
### Chat Template
|
32 |
|
33 |
+
As an instruction-tuned model, Solar Pro Preview uses the ChatML template for optimal performance in conversational and instruction-following tasks. This approach aligns with the model's training data and is likely to yield more accurate and relevant responses. For instance, a question formatted in the ChatML template looks like the following, where the model generates the answer after <|im_start|>assistant. Note that system prompts are not currently supported in Solar Pro Preview. This feature will be available in the official release.
|
34 |
|
35 |
```
|
36 |
<|im_start|>user
|