add chatml support + mistral-openorca (#4275)
This commit is contained in:
parent
ed66ca3cdf
commit
6e2dec82f1
3 changed files with 10 additions and 11 deletions
7
instruction-templates/ChatML.yaml
Normal file
7
instruction-templates/ChatML.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
user: "user"
|
||||
bot: "assistant"
|
||||
context: |
|
||||
<|im_start|>system
|
||||
<|im_end|>
|
||||
turn_template: "<|im_start|><|user|>\n<|user-message|><|im_end|>\n<|im_start|><|bot|>\n<|bot-message|><|im_end|>\n"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue