Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
9f152e0b
Unverified
Commit
9f152e0b
authored
Jun 03, 2025
by
Baber Abbasi
Committed by
GitHub
Jun 03, 2025
Browse files
remove prints (#3041)
parent
60e85da5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lm_eval/tasks/mbpp/utils.py
lm_eval/tasks/mbpp/utils.py
+0
-2
No files found.
lm_eval/tasks/mbpp/utils.py
View file @
9f152e0b
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment