[BUG] fix followbench dataset config (#1564)

* [BUG] fix followbench dataset config

* [BUG] fix followbench dataset config
This commit is contained in:
Linchen Xiao 2024-09-25 20:58:34 +08:00 committed by GitHub
parent aa43eaf267
commit 80cda1980e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ subjective_all_sets = [
]
data_path ='data/subjective/followbench/converted_data'
followbench_llmeval_dataset = []
followbench_llmeval_datasets = []
for _name in subjective_all_sets:
subjective_infer_cfg = dict(
@ -48,7 +48,7 @@ for _name in subjective_all_sets:
pred_role='BOT',
)
followbench_llmeval_dataset.append(
followbench_llmeval_datasets.append(
dict(
abbr=f'{_name}',
type=FollowBenchDataset,

View File

@ -15,7 +15,7 @@ subjective_all_sets = [
]
data_path ='data/subjective/followbench/converted_data'
followbench_llmeval_dataset = []
followbench_llmeval_datasets = []
for _name in subjective_all_sets:
subjective_infer_cfg = dict(
@ -48,7 +48,7 @@ for _name in subjective_all_sets:
pred_role='BOT',
)
followbench_llmeval_dataset.append(
followbench_llmeval_datasets.append(
dict(
abbr=f'{_name}',
type=FollowBenchDataset,