mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[BUG] fix followbench dataset config (#1564)
* [BUG] fix followbench dataset config * [BUG] fix followbench dataset config
This commit is contained in:
parent
aa43eaf267
commit
80cda1980e
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user