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

@@ -77,7 +77,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."
)
},
)