Skip to content

Commit

Permalink
[Fix] Update path and folder (#1344)
Browse files Browse the repository at this point in the history
* Update path and folder

* Update path

---------

Co-authored-by: zhangsongyang <[email protected]>
  • Loading branch information
tonysy and tonysy authored Jul 21, 2024
1 parent a566781 commit 96f644d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


douknow_sets = {
'wiki': ['single_choice_cn'],
'knowledge': ['single_choice_cn'],
'math': ['single_choice_cn'],
}

Expand Down Expand Up @@ -60,7 +60,7 @@
compassbench_aug_datasets.append(
dict(
type=CompassBenchObjectiveV1_3,
path=f'./data/compassbench_objective_v1_3/{_split}/{_name}.jsonl',
path=f'./data/compassbench_v1_3/{_split}/{_name}.jsonl',
name='circular_' + _name if CircularEval else _name,
abbr='compassbench-' + _split + '-' + _name + 'circular'if CircularEval else '',
reader_cfg=dict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
}

data_path = './data/compassbench_v1_3/data'
data_path = './data/compassbench_v1_3/'

pair_prompt_en = """# Instruction
Expand Down

0 comments on commit 96f644d

Please sign in to comment.