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
320902ae
Commit
320902ae
authored
Oct 11, 2025
by
Baber
Browse files
nit
parent
893653b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lm_eval/tasks/mbpp/utils.py
lm_eval/tasks/mbpp/utils.py
+0
-3
No files found.
lm_eval/tasks/mbpp/utils.py
View file @
320902ae
...
...
@@ -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
,
...
...
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