Skip to content

Commit

Permalink
repr bug (EleutherAI#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
baberabb authored and jmercat committed Sep 25, 2024
1 parent f50e465 commit fd69de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm_eval/api/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ def __repr__(self):
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)})"
)


Expand Down

0 comments on commit fd69de5

Please sign in to comment.