comments trim

This commit is contained in:
Jucheng Hu 2025-05-28 14:38:38 +08:00
parent 0de0a254d0
commit 7a3f0cc085

View File

@ -3,13 +3,9 @@ from opencompass.openicl.icl_retriever import ZeroRetriever
from opencompass.openicl.icl_inferencer import GenInferencer
from opencompass.datasets.matbench.matbench import MatbenchDataset, MatbenchEvaluator_regression, MatbenchEvaluator_classification, MatbenchEvaluator_classification_glass
matbench_reader_cfg = dict(
input_columns=['problem'], output_column='answer')
# matbench_reader_cfg['test_range'] = '[0:8]'
matbench_tasks = ['matbench_steels','matbench_expt_gap', 'matbench_expt_is_metal','matbench_glass']