mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
update
This commit is contained in:
parent
1c60e3a0f6
commit
8d910aad84
@ -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")
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user