docs: add space to docs (#26067)

* docs: add space to docs

* docs: remove reduntant space
This commit is contained in:
Phuc Van Phan
2023-09-12 04:03:26 +07:00
committed by GitHub
parent ce2e7ef3d9
commit 5af2c62696
26 changed files with 26 additions and 26 deletions

View File

@@ -139,7 +139,7 @@ class ModelArguments:
default=None,
metadata={
"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."
)
},
)

View File

@@ -140,7 +140,7 @@ class ModelArguments:
default=None,
metadata={
"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."
)
},
)

View File

@@ -145,7 +145,7 @@ class ModelArguments:
default=None,
metadata={
"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."
)
},
)

View File

@@ -139,7 +139,7 @@ class ModelArguments:
default=None,
metadata={
"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."
)
},
)

View File

@@ -159,7 +159,7 @@ class ModelArguments:
default=None,
metadata={
"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."
)
},
)

View File

@@ -137,7 +137,7 @@ class ModelArguments:
default=None,
metadata={
"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."
)
},
)