MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / yesno

Function yesno

test/general/lm_eval/metrics.py:255–259  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

253
254
255def yesno(x):
256 if x:
257 return "yes"
258 else:
259 return "no"

Callers 7

doc_to_targetMethod · 0.90
doc_to_targetMethod · 0.90
doc_to_targetMethod · 0.90
doc_to_targetMethod · 0.90
doc_to_targetMethod · 0.90
doc_to_targetMethod · 0.90
doc_to_targetMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected