Spaces:
Runtime error
Runtime error
creates issue
Browse files- 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 |
-
|
| 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:
|