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
e9eb451e
Commit
e9eb451e
authored
May 19, 2025
by
Baber
Browse files
fix metric logging
parent
acf454b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/evaluator.py
lm_eval/evaluator.py
+1
-1
No files found.
lm_eval/evaluator.py
View file @
e9eb451e
...
...
@@ -630,7 +630,7 @@ def evaluate(
req
.
filtered_resps
[
filter_key
]
for
req
in
requests
],
"filter"
:
filter_key
,
"metrics"
:
list
(
set
(
m
.
keys
()
for
m
in
metrics
)
),
"metrics"
:
list
(
{
k
for
m
in
metrics
for
k
in
m
.
keys
()}
),
"doc_hash"
:
hash_string
(
json
.
dumps
(
requests
[
0
].
doc
,
...
...
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