Skip to content

Commit

Permalink
Fix to missing curly bracket caused by fixing merge conflict in-browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmills committed Sep 1, 2023
1 parent 34f34cd commit b569588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cnlpt/cnlp_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b569588

Please sign in to comment.