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
e6b6d16823
commit
7c04f1a016
@ -190,8 +190,8 @@ class BaseEvaluator:
|
||||
detail.pop('predictions')
|
||||
return eval_results
|
||||
|
||||
# If there are no details, return an empty dictionary
|
||||
return {}
|
||||
# If there are no details, return results
|
||||
return results
|
||||
|
||||
def score(self):
|
||||
raise NotImplementedError("Method hasn't been implemented yet")
|
||||
|
Loading…
Reference in New Issue
Block a user