Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix one char super tiny typo #1137

Merged
merged 2 commits into from
Dec 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source-doc-builder/pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ If you used a model that added special characters to represent subtokens
of a given "word" (like the `"##"` in
WordPiece) you will need to customize the `decoder` to treat
them properly. If we take our previous `bert_tokenizer` for instance the
default decoing will give:
default decoding will give:

<tokenizerslangcontent>
<python>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ remove all special tokens, then join those tokens with spaces:

If you used a model that added special characters to represent subtokens of a given "word" (like
the :obj:`"##"` in WordPiece) you will need to customize the `decoder` to treat them properly. If we
take our previous :entity:`bert_tokenizer` for instance the default decoing will give:
take our previous :entity:`bert_tokenizer` for instance the default decoding will give:

.. only:: python

Expand Down