From 2b565da2209d9d7998d76ab3968e698256a47e5a Mon Sep 17 00:00:00 2001 From: Sean <118865326+seanxuu@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:27:49 +0800 Subject: [PATCH] Update evaluate_plugin.py change Old Evaluation Dataset (Version 20230803) to new version --- eval/evaluate_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eval/evaluate_plugin.py b/eval/evaluate_plugin.py index 94d18aa..6cc342d 100644 --- a/eval/evaluate_plugin.py +++ b/eval/evaluate_plugin.py @@ -300,7 +300,7 @@ if __name__ == "__main__": group.add_argument( "--eval-react-positive-filename", type=str, - default="exam_plugin_v1_react_positive.jsonl", + default="exam_plugin_v20231206_react_positive.jsonl", help="Eval react positive filename.", ) group.add_argument( @@ -312,7 +312,7 @@ if __name__ == "__main__": group.add_argument( "--eval-react-negative-filename", type=str, - default="exam_plugin_v1_react_negative.jsonl", + default="exam_plugin_v20231206_react_negative.jsonl", help="Eval react negative filename.", ) group.add_argument(