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

repr bug (#2315)

parent a5e0adcb
......@@ -1594,7 +1594,7 @@ class ConfigurableTask(Task):
f"ConfigurableTask(task_name={getattr(self.config, 'task', None)},"
f"output_type={self.OUTPUT_TYPE},"
f"num_fewshot={getattr(self.config, 'num_fewshot', None)},"
f"num_samples={len(self.eval_docs)})",
f"num_samples={len(self.eval_docs)})"
)
......
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