[Fix] Update path and folder (#1344)

* Update path and folder

* Update path

---------

Co-authored-by: zhangsongyang <zhangsongyang@pjlab.org.cn>
This commit is contained in:
Songyang Zhang 2024-07-21 08:18:14 +08:00 committed by GitHub
parent a56678190b
commit 96f644de69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ prompt_en = {
douknow_sets = {
'wiki': ['single_choice_cn'],
'knowledge': ['single_choice_cn'],
'math': ['single_choice_cn'],
}
@ -60,7 +60,7 @@ for _split in list(douknow_sets.keys()):
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(

View File

@ -24,7 +24,7 @@ subjective_all_sets = {
],
}
data_path = './data/compassbench_v1_3/data'
data_path = './data/compassbench_v1_3/'
pair_prompt_en = """# Instruction