格式转换
This commit is contained in:
@@ -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
|
||||
|
||||
# 打印当前模型的结果
|
||||
|
||||
Reference in New Issue
Block a user