Commit dac8b534 authored by Baber's avatar Baber
Browse files

add todo

parent ec951cb9
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment