mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
fix bench
This commit is contained in:
parent
37be7655f5
commit
31f26c6a83
@ -1,4 +1,4 @@
|
||||
from opencompass.datasets import HealthBenchDataset, HealthBenchEvaluator, HealthBenchDatasetMeta
|
||||
from opencompass.datasets import HealthBenchDataset, HealthBenchEvaluator
|
||||
from opencompass.openicl.icl_inferencer import ChatInferencer
|
||||
from opencompass.openicl.icl_prompt_template import PromptTemplate
|
||||
from opencompass.openicl.icl_retriever import ZeroRetriever
|
||||
@ -12,6 +12,7 @@ reader_cfg = dict(
|
||||
output_column='prompt_id', # useless
|
||||
)
|
||||
|
||||
|
||||
infer_cfg = dict(
|
||||
prompt_template=dict(
|
||||
type=PromptTemplate,
|
||||
|
Loading…
Reference in New Issue
Block a user