bleysg commited on
Commit
8df47df
1 Parent(s): 84cc8dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 vai 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
 
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