From 8d2a566a3d2fdf734795094a218ae16465c1c966 Mon Sep 17 00:00:00 2001 From: bittersweet1999 <1487910649@qq.com> Date: Thu, 6 Jun 2024 11:47:33 +0800 Subject: [PATCH] fix pip version --- configs/eval_subjective_alpacaeval_official.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/eval_subjective_alpacaeval_official.py b/configs/eval_subjective_alpacaeval_official.py index 7b8aee55..f1504fda 100644 --- a/configs/eval_subjective_alpacaeval_official.py +++ b/configs/eval_subjective_alpacaeval_official.py @@ -22,6 +22,9 @@ api_meta_template = dict( reserved_roles=[dict(role='SYSTEM', api_role='SYSTEM')], ) + +# To run this config, please ensure to successfully installed `alpaca-eval==0.6` and `scikit-learn==1.5` + # -------------Inference Stage ---------------------------------------- # For subjective evaluation, we often set do sample for models @@ -74,5 +77,3 @@ eval = dict( ) ) work_dir = 'outputs/alpaca/' - -# To run this config, please ensure to successfully installed `alpaca-eval==0.6` and `scikit-learn==1.5`