Unverified Commit 5af2c626 authored by Phuc Van Phan's avatar Phuc Van Phan Committed by GitHub
Browse files

docs: add space to docs (#26067)

* docs: add space to docs

* docs: remove reduntant space
parent ce2e7ef3
...@@ -76,7 +76,7 @@ class ModelArguments: ...@@ -76,7 +76,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."
) )
}, },
) )
......
...@@ -70,7 +70,7 @@ class ModelArguments: ...@@ -70,7 +70,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."
) )
}, },
) )
......
...@@ -62,7 +62,7 @@ class ModelArguments: ...@@ -62,7 +62,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."
) )
}, },
) )
......
...@@ -99,7 +99,7 @@ class ModelArguments: ...@@ -99,7 +99,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."
) )
}, },
) )
......
...@@ -78,7 +78,7 @@ class ModelArguments: ...@@ -78,7 +78,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."
) )
}, },
) )
......
...@@ -76,7 +76,7 @@ class ModelArguments: ...@@ -76,7 +76,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