[Doc] Fix token link in What 🤗 Transformers can do (#28123)

Fix token link
This commit is contained in:
Aaron Jimenez 2023-12-18 15:06:54 -08:00 committed by GitHub
parent c52b515e94
commit 4edffda636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ Like classification tasks in any modality, text classification labels a sequence
### Token classification
In any NLP task, text is preprocessed by separating the sequence of text into individual words or subwords. These are known as [tokens](/glossary#token). Token classification assigns each token a label from a predefined set of classes.
In any NLP task, text is preprocessed by separating the sequence of text into individual words or subwords. These are known as [tokens](glossary#token). Token classification assigns each token a label from a predefined set of classes.
Two common types of token classification are: