diff --git a/opencompass/configs/summarizers/bbeh.py b/opencompass/configs/summarizers/bbeh.py index 8ed4aad3..51445fa5 100644 --- a/opencompass/configs/summarizers/bbeh.py +++ b/opencompass/configs/summarizers/bbeh.py @@ -25,16 +25,6 @@ summarizer = dict( 'name': 'bbeh_harmonic_mean', 'subsets': bbeh_subsets, 'metric': 'harmonic_mean' - }, - { - 'name': 'bbeh_standard_deviation', - 'subsets': bbeh_subsets, - 'metric': 'standard_deviation' - }, - { - 'name': 'bbeh_sum', - 'subsets': bbeh_subsets, - 'metric': 'sum' } ] ) \ No newline at end of file