bleysg commited on
Commit
2e63e6e
1 Parent(s): 13fe1d4

Update README.md

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