[docs] fix some bugs about parameter description (#28806)

Co-authored-by: p_spozzhang <p_spozzhang@tencent.com>
This commit is contained in:
zspo
2024-02-02 00:59:29 +08:00
committed by GitHub
parent e19c12e094
commit d98591a12b
50 changed files with 50 additions and 49 deletions

View File

@@ -130,7 +130,7 @@ class ModelArguments:
default=False,
metadata={
"help": (
"Whether or not to allow for custom models defined on the Hub in their own modeling files. This option"
"Whether or not to allow for custom models defined on the Hub in their own modeling files. This option "
"should only be set to `True` for repositories you trust and in which you have read the code, as it will "
"execute code present on the Hub on your local machine."
)