Modify eval_mm for MiniCPM-o 2.6

This commit is contained in:
Poppy Xu
2025-01-21 15:34:54 +08:00
parent ec68cefc17
commit d8f382e157
82 changed files with 14279 additions and 843 deletions

View File

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