Prompt template?

#4
by Yhyu13 - opened

HI,

Maybe a stupid question, what is the prompt template fot this chat model?

Thanks!

InternLM org

InternLM2 uses chatml template. However, currently, the tokenizer config in this repo does not contain a template. We are fixing this problem now. Please refer to https://huggingface.co/internlm/internlm2-chat-20b/discussions/3. We will merge it as soon as possible. Once it is merged, you can use tokenizer.apply_chat_template()

Sign up or log in to comment