[Update] Update Korbench dataset abbr (#1729)

Co-authored-by: yufeng zhao <zhaoyufeng@pjlab.org.cn>
This commit is contained in:
Yufeng Zhao 2024-12-02 16:20:58 +08:00 committed by GitHub
parent 9de27b4d85
commit 98c4666d65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,