This commit is contained in:
zhangsongyang 2025-02-27 05:06:53 +00:00
parent effddff840
commit ba7163ce2e

View File

@ -6,9 +6,6 @@ from opencompass.datasets import CustomDataset
from opencompass.datasets import generic_llmjudge_postprocess
from itertools import product
# from opencompass.datasets.livemathbench import LiveMathBenchDataset, LiveMathBenchEvaluator
livemathbench_reader_cfg = dict(input_columns=['question'], output_column='answer')