From 0ef3ed43d33804020736bc80298954920edce519 Mon Sep 17 00:00:00 2001 From: bittersweet1999 <148421775+bittersweet1999@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:38:04 +0800 Subject: [PATCH] Update opencompass/datasets/subjective/mtbench.py Co-authored-by: Songyang Zhang --- opencompass/datasets/subjective/mtbench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/datasets/subjective/mtbench.py b/opencompass/datasets/subjective/mtbench.py index 64534a24f..cd3506c2b 100644 --- a/opencompass/datasets/subjective/mtbench.py +++ b/opencompass/datasets/subjective/mtbench.py @@ -164,7 +164,7 @@ def prompt_construct(problem, multi_turn=False, judge_type='single'): @LOAD_DATASET.register_module() -class MTbenchDataset(BaseDataset): +class MTBenchDataset(BaseDataset): def load(self, path: str, name: str, multi_turn=True, judge_type='single'): filename = osp.join(path, f'{name}.json')