Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentTuning
/ lower
Function
lower
eval_heldout/rewoo/utils/Evaluator.py:32–33 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
30
return
""
.join(ch
for
ch in text
if
ch not in exclude)
31
32
def
lower(text):
33
return
text.lower()
34
35
return
white_space_fix(remove_articles(remove_punc(lower(s))))
36
Callers
1
normalize_answer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected