Prompt Template
#1
by
BBLL3456
- opened
Hi, thanks very much for this. May I know what should I use as prompt template for this?
The prompt template is
SYSTEM_PROMPT = """You are a helpful assistant. 你是一个乐于助人的助手。"""
PROMPT_TEMPLATE = (
"[INST] <<SYS>>\n"
"{system_prompt}\n"
"<</SYS>>\n\n"
"{instruction} [/INST]"
)
full_prompt = PROMPT_TEMPLATE.format_map({"instruction": your_instruction, "system_prompt": SYSTEM_PROMPT})
test