Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ lower
Function
lower
test/general/lm_eval/tasks/qasper.py:59–60 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
57
return
""
.join(ch
for
ch in text
if
ch not in exclude)
58
59
def
lower(text):
60
return
text.lower()
61
62
return
white_space_fix(remove_articles(remove_punc(lower(s))))
63
Callers
1
normalize_answer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected