Delete malformed and deprecated chat_template.json
#5
by
albertvillanova HF Staff - opened
It has a format typo; see: https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf/discussions/43
- It uses
<\s>instead of</s>as EOS token.
See tracking issue:
- CI DeprecationWarning: invalid escape sequence '\s': https://github.com/huggingface/trl/issues/5005
albertvillanova changed pull request title from
Delete chat_template.json
to Delete malformed and deprecated chat_template.json
albertvillanova changed pull request status to
merged