Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ehrhardt committed Apr 29, 2024
1 parent 9d21427 commit 31c6d0c
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 240 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ class ModelArguments:
metadata={"help": "Deprecated. Please use the `language` and `task` arguments instead."},
)
suppress_tokens: List[int] = field(
default=None, metadata={
default=None,
metadata={
"help": (
"Deprecated. The use of `suppress_tokens` should not be required for the majority of fine-tuning examples."
"Should you need to use `suppress_tokens`, please manually update them in the fine-tuning script directly."
Expand Down
Loading

0 comments on commit 31c6d0c

Please sign in to comment.