MCPcopy
hub / github.com/zai-org/ChatGLM2-6B / build_prompt

Function build_prompt

evaluation/evaluate_ceval.py:17–18  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

15
16
17def build_prompt(text):
18 return "[Round {}]\n\n问:{}\n\n答:".format(1, text)
19
20
21extraction_prompt = '综上所述,ABCD中正确的选项是:'

Callers 1

evaluate_ceval.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected