From 80cda1980e8725b713845675711f9e269025478d Mon Sep 17 00:00:00 2001 From: Linchen Xiao Date: Wed, 25 Sep 2024 20:58:34 +0800 Subject: [PATCH] [BUG] fix followbench dataset config (#1564) * [BUG] fix followbench dataset config * [BUG] fix followbench dataset config --- .../datasets/subjective/followbench/followbench_llmeval.py | 4 ++-- .../datasets/subjective/followbench/followbench_llmeval.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/datasets/subjective/followbench/followbench_llmeval.py b/configs/datasets/subjective/followbench/followbench_llmeval.py index 0733340ed..e601bda34 100644 --- a/configs/datasets/subjective/followbench/followbench_llmeval.py +++ b/configs/datasets/subjective/followbench/followbench_llmeval.py @@ -15,7 +15,7 @@ ] 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 @@ pred_role='BOT', ) - followbench_llmeval_dataset.append( + followbench_llmeval_datasets.append( dict( abbr=f'{_name}', type=FollowBenchDataset, diff --git a/opencompass/configs/datasets/subjective/followbench/followbench_llmeval.py b/opencompass/configs/datasets/subjective/followbench/followbench_llmeval.py index 0733340ed..e601bda34 100644 --- a/opencompass/configs/datasets/subjective/followbench/followbench_llmeval.py +++ b/opencompass/configs/datasets/subjective/followbench/followbench_llmeval.py @@ -15,7 +15,7 @@ ] 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 @@ pred_role='BOT', ) - followbench_llmeval_dataset.append( + followbench_llmeval_datasets.append( dict( abbr=f'{_name}', type=FollowBenchDataset,