remove print in medbullets.py

This commit is contained in:
marcry 2025-05-08 05:04:47 +00:00
parent c40c52b221
commit 314cfc0754

View File

@ -166,7 +166,6 @@ def medbullets_llmjudge_postprocess(
processed_judge = _generic_llmjudge_postprocess(v['prediction'])
# Get category information from the dataset
print('检查内容original_dataset', original_dataset)
sample = original_dataset[idx]
question_type = sample.get('question_type', 'unknown')