Unverified Commit 06f341de authored by Santiago Castro's avatar Santiago Castro Committed by GitHub
Browse files

Add a missing space in a script arg documentation (#19113)

parent 36b9a994
...@@ -72,7 +72,7 @@ class ModelArguments: ...@@ -72,7 +72,7 @@ class ModelArguments:
default=None, default=None,
metadata={ metadata={
"help": ( "help": (
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch." "The model checkpoint for weights initialization. Don't set if you want to train a model from scratch."
) )
}, },
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment