Skip to content

Commit 98c4666

Browse files
epsilondylanyufeng zhao
andauthored
[Update] Update Korbench dataset abbr (#1729)
Co-authored-by: yufeng zhao <[email protected]>
1 parent 9de27b4 commit 98c4666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opencompass/configs/datasets/korbench/korbench_single_0_shot_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
korbench_dataset = dict(
5050
type=korbenchDataset,
51-
abbr=f"korbench_{category}_0shot",
51+
abbr=f"korbench_{category}",
5252
path="opencompass/korbench",
5353
mode='0_shot',
5454
category=category,

opencompass/configs/datasets/korbench/korbench_single_3_shot_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
korbench_dataset = dict(
5151
type=korbenchDataset,
52-
abbr=f"korbench_{category}_3shot",
52+
abbr=f"korbench_{category}",
5353
path="opencompass/korbench",
5454
mode='3_shot',
5555
category=category,

0 commit comments

Comments
 (0)