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

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