From 98c4666d657619eb5ef99bb2fdbb665ab65dc777 Mon Sep 17 00:00:00 2001 From: Yufeng Zhao <115388472+epsilondylan@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:20:58 +0800 Subject: [PATCH] [Update] Update Korbench dataset abbr (#1729) Co-authored-by: yufeng zhao --- .../configs/datasets/korbench/korbench_single_0_shot_gen.py | 2 +- .../configs/datasets/korbench/korbench_single_3_shot_gen.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,