MCPcopy Create free account
hub / github.com/InternScience/SciReason / get_number

Function get_number

opencompass/datasets/mathbench.py:14–18  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

12
13
14def get_number(options):
15 result_string = ''
16 for i, option in enumerate(options, start=ord('A')):
17 result_string += f'{chr(i)}. {option}\n'
18 return result_string
19
20
21def get_circular_example(entry, id):

Callers 3

get_circular_exampleFunction · 0.70
loadMethod · 0.70
loadMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected