MCPcopy Create free account
hub / github.com/MiniMax-AI/MiniMax-01 / process_log

Function process_log

evaluation/MR-NIAH/score.py:63–66  ·  view source on GitHub ↗
(response_log)

Source from the content-addressed store, hash-verified

61 return score
62
63def process_log(response_log):
64 gt_label = response_log['label']
65 response = ''
66 return gt_label, response
67
68if __name__ == "__main__":
69 parser = argparse.ArgumentParser()

Callers 1

score.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected