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
dac8b534
Commit
dac8b534
authored
Sep 01, 2024
by
Baber
Browse files
add todo
parent
ec951cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/api/task.py
lm_eval/api/task.py
+1
-0
No files found.
lm_eval/api/task.py
View file @
dac8b534
...
...
@@ -1113,6 +1113,7 @@ class ConfigurableTask(Task):
)
# for loglikelihood create a list of questions with appended choices
elif
isinstance
(
example
,
list
):
# TODO<baber>: when is example a list?
labeled_examples_list
=
[]
# copy chat history for each example and append the answer
for
ex
in
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