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

Function _get_valid_answers

test/general/lm_eval/tasks/bigbench.py:167–169  ·  view source on GitHub ↗
(scores)

Source from the content-addressed store, hash-verified

165
166
167def _get_valid_answers(scores):
168 max_value = max(scores.values())
169 return [key for key, value in scores.items() if value == max_value]
170
171
172def _get_unique_examples(examples):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected