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
e97019c0
"profiler/vscode:/vscode.git/clone" did not exist on "127bf7f465438a13da916992c4c06e5701cf06e5"
Commit
e97019c0
authored
Oct 16, 2023
by
lintangsutawika
Browse files
removed comments
parent
00859825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lm_eval/evaluator.py
lm_eval/evaluator.py
+1
-3
No files found.
lm_eval/evaluator.py
View file @
e97019c0
...
...
@@ -475,9 +475,7 @@ def evaluate(
metrics
=
results
[
task
]
current_size
=
metrics
.
pop
(
"samples"
)
# if "size" in metrics:
# current_size = metrics.pop("size")
# else:
# if (group in task_order) and task_order[group] == 0:
# current_size = 1
for
metric
in
[
key
for
key
in
metrics
.
keys
()
if
"_stderr"
not
in
key
]:
...
...
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