fix the bos and eos token
#1
by
mzbac
- opened
No description provided.
Currently, the tokenizer uses the wrongbos and eos tokens. Users have to use a stop string to end the conversation.
Just note that packages like vllm rely on bos_token
and eos_token
(see https://github.com/vllm-project/vllm/issues/1917). So we'd better fix it here.