From 60a00dda44c117910283ad69aff6cdb6fd676745 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:13:38 +0800 Subject: [PATCH] Fix one char super tiny typo (#1137) * Update pipeline.mdx * Update pipeline.rst --- docs/source-doc-builder/pipeline.mdx | 2 +- docs/source/pipeline.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source-doc-builder/pipeline.mdx b/docs/source-doc-builder/pipeline.mdx index 30f92bf11..8c359a296 100644 --- a/docs/source-doc-builder/pipeline.mdx +++ b/docs/source-doc-builder/pipeline.mdx @@ -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: diff --git a/docs/source/pipeline.rst b/docs/source/pipeline.rst index e5ab8fe92..82da6a534 100644 --- a/docs/source/pipeline.rst +++ b/docs/source/pipeline.rst @@ -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