Support mtbench (#5025)

Co-authored-by: Xu Yuanchen <yuanchen.xu00@gmail.com>
This commit is contained in:
Yuanchen
2023-11-09 13:41:50 +08:00
committed by GitHub
parent f71e63b0f3
commit 239cd92eff
9 changed files with 312 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ from .colossalai import ColossalDataset
from .gaokaobench import GaoKaoBenchDataset
from .longbench import LongBenchDataset
from .mmlu import MMLUDataset
from .mtbench import MTBenchDataset
__all__ = [
"AGIEvalDataset",
@@ -16,4 +17,5 @@ __all__ = [
"LongBenchDataset",
"MMLUDataset",
"ColossalDataset",
"MTBenchDataset",
]