Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentTuning
/ lower
Function
lower
eval_heldout/hotpotQA/src/agent_arch.py:73–74 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
71
return
""
.join(ch
for
ch in text
if
ch not in exclude)
72
73
def
lower(text):
74
return
text.lower()
75
76
return
white_space_fix(remove_articles(remove_punc(lower(s))))
77
Callers
1
normalize_answer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected