mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
clean
This commit is contained in:
parent
674d67cfe7
commit
4bdaab0c5f
@ -12,14 +12,14 @@ for group in bbeh_summary_groups:
|
|||||||
|
|
||||||
summarizer = dict(
|
summarizer = dict(
|
||||||
# Include both individual datasets and the summary metrics we want to see
|
# Include both individual datasets and the summary metrics we want to see
|
||||||
dataset_abbrs=bbeh_subsets + ['bbeh'] + ['bbeh_harmonic_mean', 'bbeh_standard_deviation', 'bbeh_sum'],
|
dataset_abbrs=bbeh_subsets + ['bbeh_naive_average'] + ['bbeh_harmonic_mean'],
|
||||||
|
|
||||||
# Define the summary group for bbeh
|
# Define the summary group for bbeh
|
||||||
summary_groups=[
|
summary_groups=[
|
||||||
{
|
{
|
||||||
'name': 'bbeh',
|
'name': 'bbeh_naive_average',
|
||||||
'subsets': bbeh_subsets,
|
'subsets': bbeh_subsets,
|
||||||
'metric': 'score' # Explicitly specify the metric to use
|
'metric': 'naive_average' # Explicitly specify the metric to use
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'bbeh_harmonic_mean',
|
'name': 'bbeh_harmonic_mean',
|
||||||
|
Loading…
Reference in New Issue
Block a user