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
72f5a5df
Commit
72f5a5df
authored
May 22, 2025
by
Baber
Browse files
nit
parent
c23161f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lm_eval/evaluator.py
lm_eval/evaluator.py
+3
-1
No files found.
lm_eval/evaluator.py
View file @
72f5a5df
...
...
@@ -655,7 +655,9 @@ def evaluate(
ensure_ascii
=
False
,
)
),
"prompt_hash"
:
hash_string
(
requests
[
0
].
arguments
[
0
]),
"prompt_hash"
:
hash_string
(
requests
[
0
].
arguments
.
prompt
),
"target_hash"
:
hash_string
(
str
(
target
)),
}
task_output
.
logged_samples
.
append
(
example
)
...
...
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