Prompt Template

#1
by BBLL3456 - opened

Hi, thanks very much for this. May I know what should I use as prompt template for this?

Joint Laboratory of HIT and iFLYTEK Research (HFL) org
edited Aug 3, 2023

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})

Sign up or log in to comment