From 04f9fb614de9d4ec419302240dbfe62f000f5066 Mon Sep 17 00:00:00 2001 From: yufeng zhao Date: Mon, 17 Mar 2025 08:47:51 +0000 Subject: [PATCH] harmonic-tested --- opencompass/configs/summarizers/bbeh.py | 10 ---------- 1 file changed, 10 deletions(-) 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