This commit is contained in:
MaiziXiao 2025-03-13 11:50:28 +00:00
parent 1c60e3a0f6
commit 8d910aad84
2 changed files with 3 additions and 3 deletions

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")

View File

@ -12,7 +12,7 @@ faiss_gpu==1.7.2
# IFEval # IFEval
langdetect langdetect
# TheoremQA # TheoremQA
latex2sympy2 latex2sympy2==1.9.1
# Lawbench, leval # Lawbench, leval
ltp ltp
# Math # Math