格式转换

This commit is contained in:
lzy
2025-05-29 20:18:57 +08:00
parent 1156bfdd7c
commit 6c87af5614
14 changed files with 11996 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ def main():
logger.info(f"Evaluating model {i}/{len(models)}: {model_name}")
try:
model_result = evaluate_single_model(model_name, data[:10], config, output_dir)
model_result = evaluate_single_model(model_name, data, config, output_dir)
all_results[model_name] = model_result
# 打印当前模型的结果