mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 08:25:47 +08:00
Merge pull request #1063 from seanxuu/patch-1
Update evaluate_plugin.py
This commit is contained in:
@@ -300,7 +300,7 @@ if __name__ == "__main__":
|
|||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--eval-react-positive-filename",
|
"--eval-react-positive-filename",
|
||||||
type=str,
|
type=str,
|
||||||
default="exam_plugin_v1_react_positive.jsonl",
|
default="exam_plugin_v20231206_react_positive.jsonl",
|
||||||
help="Eval react positive filename.",
|
help="Eval react positive filename.",
|
||||||
)
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
@@ -312,7 +312,7 @@ if __name__ == "__main__":
|
|||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--eval-react-negative-filename",
|
"--eval-react-negative-filename",
|
||||||
type=str,
|
type=str,
|
||||||
default="exam_plugin_v1_react_negative.jsonl",
|
default="exam_plugin_v20231206_react_negative.jsonl",
|
||||||
help="Eval react negative filename.",
|
help="Eval react negative filename.",
|
||||||
)
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user