Update README.md
Browse files
README.md
CHANGED
@@ -62,6 +62,8 @@ Quantized versions of this model are generously made available by [TheBloke](htt
|
|
62 |
|
63 |
We used [OpenAI's Chat Markup Language (ChatML)](https://github.com/openai/openai-python/blob/main/chatml.md) format, with `<|im_start|>` and `<|im_end|>` tokens added to support this.
|
64 |
|
|
|
|
|
65 |
## Example Prompt Exchange
|
66 |
|
67 |
```
|
|
|
62 |
|
63 |
We used [OpenAI's Chat Markup Language (ChatML)](https://github.com/openai/openai-python/blob/main/chatml.md) format, with `<|im_start|>` and `<|im_end|>` tokens added to support this.
|
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 |
## Example Prompt Exchange
|
68 |
|
69 |
```
|