diff --git a/opencompass/openicl/icl_evaluator/icl_hf_evaluator.py b/opencompass/openicl/icl_evaluator/icl_hf_evaluator.py index 9d87d22d..06d4ee83 100644 --- a/opencompass/openicl/icl_evaluator/icl_hf_evaluator.py +++ b/opencompass/openicl/icl_evaluator/icl_hf_evaluator.py @@ -20,7 +20,8 @@ class HuggingfaceEvaluator(BaseEvaluator): seed (int): There exists some randomness during the calculation of some metrics, thus we set a fixed random seed for reproducing. Defaults to 0. - pred_postprocessor (optional): 用于预测后处理的函数或配置。 + pred_postprocessor (optional): Function or configuration for prediction + post-processing. """ def __init__(self,