diff --git a/opencompass/configs/datasets/korbench/korbench_single_0_shot_gen.py b/opencompass/configs/datasets/korbench/korbench_single_0_shot_gen.py index d04c9f60..8a7824b7 100644 --- a/opencompass/configs/datasets/korbench/korbench_single_0_shot_gen.py +++ b/opencompass/configs/datasets/korbench/korbench_single_0_shot_gen.py @@ -48,7 +48,7 @@ for category in categories: korbench_dataset = dict( type=korbenchDataset, - abbr=f"korbench_{category}_0shot", + abbr=f"korbench_{category}", path="opencompass/korbench", mode='0_shot', category=category, diff --git a/opencompass/configs/datasets/korbench/korbench_single_3_shot_gen.py b/opencompass/configs/datasets/korbench/korbench_single_3_shot_gen.py index 0d70f5f8..dc959189 100644 --- a/opencompass/configs/datasets/korbench/korbench_single_3_shot_gen.py +++ b/opencompass/configs/datasets/korbench/korbench_single_3_shot_gen.py @@ -49,7 +49,7 @@ for category in categories: korbench_dataset = dict( type=korbenchDataset, - abbr=f"korbench_{category}_3shot", + abbr=f"korbench_{category}", path="opencompass/korbench", mode='3_shot', category=category,