mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
remove print in medbullets.py
This commit is contained in:
parent
c40c52b221
commit
314cfc0754
@ -166,7 +166,6 @@ def medbullets_llmjudge_postprocess(
|
|||||||
processed_judge = _generic_llmjudge_postprocess(v['prediction'])
|
processed_judge = _generic_llmjudge_postprocess(v['prediction'])
|
||||||
|
|
||||||
# Get category information from the dataset
|
# Get category information from the dataset
|
||||||
print('检查内容original_dataset', original_dataset)
|
|
||||||
sample = original_dataset[idx]
|
sample = original_dataset[idx]
|
||||||
question_type = sample.get('question_type', 'unknown')
|
question_type = sample.get('question_type', 'unknown')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user