Commit 320902ae authored by Baber's avatar Baber
Browse files

nit

parent 893653b0
......@@ -24,9 +24,6 @@ def pass_at_10(
references = [references]
if isinstance(predictions[0], str):
predictions = [[p] for p in predictions]
print(f"{references=}")
print(f"{predictions=}")
print(f"{k=}")
res = compute_.compute(
references=references,
predictions=predictions,
......
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