Fix display of special tokens like <think> in readme

#3

When using tags like <think> you have to escape them using \<think> otherwise HuggingFace's markdown renderer will try to interpret them, and since they are not valid markdown code they will just become invisible. Which is currently the case with the readme. This change properly escape the tokens used so that the markdown renderer displays them normally.

Arli AI org

Oh thanks for this. Somehow glossed over and didn't realize this.

OwenArli changed pull request status to merged

Sign up or log in to comment