[Doc] Fix token link in What 🤗 Transformers can do (#28123)
Fix token link
This commit is contained in:
@@ -182,7 +182,7 @@ Like classification tasks in any modality, text classification labels a sequence
|
|||||||
|
|
||||||
### Token classification
|
### 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:
|
Two common types of token classification are:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user