Unverified Commit 5eeb5564 authored by digger-yu's avatar digger-yu Committed by GitHub
Browse files

fix spelling error (#23143)

change referrred to referred
parent 90e8263d
...@@ -41,7 +41,7 @@ The main tool for preprocessing textual data is a [tokenizer](main_classes/token ...@@ -41,7 +41,7 @@ The main tool for preprocessing textual data is a [tokenizer](main_classes/token
<Tip> <Tip>
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.
</Tip> </Tip>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment