Unverified Commit 74332955 authored by Baber Abbasi's avatar Baber Abbasi Committed by GitHub
Browse files

add debug log (#2757)

parent 8b5c5c13
......@@ -838,6 +838,10 @@ class ConfigurableTask(Task):
filter_pipeline = build_filter_ensemble(filter_name, components)
self._filters.append(filter_pipeline)
else:
# TODO: handle repeats in a more general way rather than just discarding
eval_logger.debug(
"No custom filters defined. Using default 'take_first' filter for handling repeats."
)
self._filters = [build_filter_ensemble("none", [["take_first", None]])]
if self.config.use_prompt is not None:
......
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