Undi95's picture
Update README.md
7ab76c1
|
raw
history blame
No virus
606 Bytes
metadata
license: cc-by-nc-4.0

This model was trained on the Zloss fork of Charles, and should fix issue the model had.

Use Chatml prompt format, but not the special token.

The reason is that Axolotl merge the finetune with the base model at 1 weight basically, but this is too much, so I use another script available HERE to merge with less weight, sadly, it don't take the special chatml token.

<|im_start|>system
{sysprompt}<|im_end|>
<|im_start|>user
{input}<|im_end|>
<|im_start|>assistant
{output}<|im_end|>