fix: "check out" as verb (#38678)

"check out" as verb
This commit is contained in:
Anthony
2025-06-09 16:07:31 +02:00
committed by GitHub
parent 237ff80387
commit 19224c3642
75 changed files with 91 additions and 91 deletions

View File

@@ -378,7 +378,7 @@ def main():
# region Tokenizer check: this script requires a fast tokenizer.
if not isinstance(tokenizer, PreTrainedTokenizerFast):
raise ValueError(
"This example script only works for models that have a fast tokenizer. Checkout the big table of models at"
"This example script only works for models that have a fast tokenizer. Check out the big table of models at"
" https://huggingface.co/transformers/index.html#supported-frameworks to find the model types that meet"
" this requirement"
)