Asking about prompt template for Baichuan2-13B-Chat
#24
by
phamvantoan
- opened
Hi,
Thank you very much for your contribution in Chinese LLM!
I'd like to ask a prompt template including context (for local data) and chat_history (for history of chat) for Baichuan2-13B-Chat?
At present, I am using the below template, is it ok?
template = """You are a chatbot having a conversation with a human.
Given the following extracted parts of a long document and a question, create a final answer.
{context}
{chat_history}
Human: {human_input}
Chatbot:"""