MSA-Code / src /utils /template.py
Anoy123423123's picture
Anonymous code release: MSA inference and evaluation
5e27996 verified
Raw
History Blame Contribute Delete
317 Bytes
QWEN3_TEMPLATE={
"prompt": "<|im_start|>user\n{prompt}<|im_end|>\n",
"response": "<|im_start|>assistant\n<think>\n{think_content}\n</think>\n\n{output}<|im_end|>"
}
QWEN3_INSTRUCT_TEMPLATE={
"prompt": "<|im_start|>user\n{prompt}<|im_end|>\n",
"response": "<|im_start|>assistant\n{output}<|im_end|>"
}