Sean Cho commited on
Commit
391b505
1 Parent(s): bd9a9ad

fix comment

Browse files
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +1 -1
src/leaderboard/read_evals.py CHANGED
@@ -151,7 +151,7 @@ class EvalResult:
151
  def to_dict(self):
152
  """Converts the Eval Result to a dict compatible with our dataframe display"""
153
 
154
- # Skip the two new tasks for now
155
  # TODO: safely remove this code when the task results are all added
156
  skip_avg_len = 0
157
  if self.results['ko_winogrande'] == 0.0:
 
151
  def to_dict(self):
152
  """Converts the Eval Result to a dict compatible with our dataframe display"""
153
 
154
+ # Skip the new tasks for now
155
  # TODO: safely remove this code when the task results are all added
156
  skip_avg_len = 0
157
  if self.results['ko_winogrande'] == 0.0: