BounharAbdelaziz commited on
Commit
af3a421
·
verified ·
1 Parent(s): 8d84cb6

creates issue

Browse files
Files changed (1) hide show
  1. human_eval.py +2 -2
human_eval.py CHANGED
@@ -64,8 +64,8 @@ class LMBattleArena:
64
 
65
  def get_next_battle_pair(self, is_causal):
66
  """Retrieve next pair of summaries for comparison"""
67
- if self.current_index >= len(self.df):
68
- return None
69
 
70
  row = self.df.iloc[self.current_index]
71
  if is_causal:
 
64
 
65
  def get_next_battle_pair(self, is_causal):
66
  """Retrieve next pair of summaries for comparison"""
67
+ # if self.current_index >= len(self.df):
68
+ # return None
69
 
70
  row = self.df.iloc[self.current_index]
71
  if is_causal: