Fix one char super tiny typo (#1137)

* Update pipeline.mdx

* Update pipeline.rst
This commit is contained in:
fzyzcjy
2022-12-26 18:13:38 +08:00
committed by GitHub
parent 4d520c9664
commit 60a00dda44
2 changed files with 2 additions and 2 deletions

View File

@ -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