From 314cfc0754d65205fdbe7b99310a3d108c2fc0df Mon Sep 17 00:00:00 2001 From: marcry Date: Thu, 8 May 2025 05:04:47 +0000 Subject: [PATCH] remove print in medbullets.py --- opencompass/datasets/Medbullets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opencompass/datasets/Medbullets.py b/opencompass/datasets/Medbullets.py index 344a704f..1e7e9a63 100644 --- a/opencompass/datasets/Medbullets.py +++ b/opencompass/datasets/Medbullets.py @@ -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')