Basic Cleanup (#4833)

This commit is contained in:
Daniel Holanda
2025-03-27 16:55:48 -07:00
committed by GitHub
parent 2a882e8f3a
commit 98a2cfa9b2

View File

@@ -97,9 +97,6 @@ def main(args):
for i in range(len(states)):
preds.append(get_answer_value(states[i]["answer"]))
# print(f"{preds=}")
# print(f"{labels=}")
# Compute accuracy
acc = np.mean(np.array(preds) == np.array(labels))
invalid = np.mean(np.array(preds) == INVALID)