mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Modify eval_mm for MiniCPM-o 2.6
This commit is contained in:
@@ -118,7 +118,7 @@ def mmdu_score(model, line):
|
||||
f'{",".join([x for x in DIMS if x not in result_dict])}'
|
||||
)
|
||||
except Exception as e:
|
||||
print({e})
|
||||
logging.warning(str(e))
|
||||
all_result_dict.append({d: None for d in DIMS})
|
||||
logs.append(str(e))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user