Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ We used [OpenAI's Chat Markup Language (ChatML)](https://github.com/openai/opena
|
|
64 |
|
65 |
This means that, e.g., in [oobabooga](https://github.com/oobabooga/text-generation-webui/) the "`MPT-Chat`" instruction template should work, as it also uses ChatML.
|
66 |
|
67 |
-
This formatting is also available
|
68 |
which means that lists of messages can be formatted for you with the `apply_chat_template()` method:
|
69 |
|
70 |
```python
|
|
|
64 |
|
65 |
This means that, e.g., in [oobabooga](https://github.com/oobabooga/text-generation-webui/) the "`MPT-Chat`" instruction template should work, as it also uses ChatML.
|
66 |
|
67 |
+
This formatting is also available via a pre-defined [Transformers chat template](https://huggingface.co/docs/transformers/main/chat_templating),
|
68 |
which means that lists of messages can be formatted for you with the `apply_chat_template()` method:
|
69 |
|
70 |
```python
|