From 5eeb5564846297aea01b39621ed7fc32ed458246 Mon Sep 17 00:00:00 2001 From: digger-yu Date: Thu, 4 May 2023 21:56:28 +0800 Subject: [PATCH] fix spelling error (#23143) change referrred to referred --- docs/source/en/preprocessing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/preprocessing.mdx b/docs/source/en/preprocessing.mdx index 9896b68989..c2933099b0 100644 --- a/docs/source/en/preprocessing.mdx +++ b/docs/source/en/preprocessing.mdx @@ -41,7 +41,7 @@ The main tool for preprocessing textual data is a [tokenizer](main_classes/token -If you plan on using a pretrained model, it's important to use the associated pretrained tokenizer. This ensures the text is split the same way as the pretraining corpus, and uses the same corresponding tokens-to-index (usually referrred to as the *vocab*) during pretraining. +If you plan on using a pretrained model, it's important to use the associated pretrained tokenizer. This ensures the text is split the same way as the pretraining corpus, and uses the same corresponding tokens-to-index (usually referred to as the *vocab*) during pretraining.