Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
def
build_prompt(text):
18
return
"[Round {}]\n\n问:{}\n\n答:"
.format(1, text)
19
20
21
extraction_prompt =
'综上所述,ABCD中正确的选项是:'
Callers
1
evaluate_ceval.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected