From b569588e8ab9993ec56f132196e835ce413b0de2 Mon Sep 17 00:00:00 2001 From: Tim Miller Date: Fri, 1 Sep 2023 14:59:37 -0400 Subject: [PATCH] Fix to missing curly bracket caused by fixing merge conflict in-browser. --- src/cnlpt/cnlp_args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cnlpt/cnlp_args.py b/src/cnlpt/cnlp_args.py index 9db104e..6536751 100644 --- a/src/cnlpt/cnlp_args.py +++ b/src/cnlpt/cnlp_args.py @@ -52,6 +52,7 @@ class CnlpTrainingArguments(TrainingArguments): default=None, metadata={ "help": "Class whose score should be used in evalutation. Should be an integer if scores are indexed, or a string if they are labeled by name." + }, ) output_prob: Optional[bool] = field( default=False,