Unverified Commit 9f152e0b authored by Baber Abbasi's avatar Baber Abbasi Committed by GitHub
Browse files

remove prints (#3041)

parent 60e85da5
......@@ -22,8 +22,6 @@ def pass_at_1(
references = [references]
if isinstance(predictions[0], str):
predictions = [[p] for p in predictions]
print(f"References: {references}")
print(f"Predictions: {predictions}")
return pass_at_k.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