This commit is contained in:
MaiziXiao 2025-03-13 11:20:59 +00:00
parent e6b6d16823
commit 7c04f1a016

View File

@ -190,8 +190,8 @@ class BaseEvaluator:
detail.pop('predictions') detail.pop('predictions')
return eval_results return eval_results
# If there are no details, return an empty dictionary # If there are no details, return results
return {} return results
def score(self): def score(self):
raise NotImplementedError("Method hasn't been implemented yet") raise NotImplementedError("Method hasn't been implemented yet")