Unverified Commit 98a2cfa9 authored by Daniel Holanda's avatar Daniel Holanda Committed by GitHub
Browse files

Basic Cleanup (#4833)

parent 2a882e8f
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment