Skip to content

Commit

Permalink
Update opencompass/datasets/subjective/mtbench.py
Browse files Browse the repository at this point in the history
Co-authored-by: Songyang Zhang <[email protected]>
  • Loading branch information
bittersweet1999 and tonysy authored Jan 23, 2024
1 parent 7a8b055 commit 0ef3ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencompass/datasets/subjective/mtbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 0ef3ed4

Please sign in to comment.