Unverified Commit 4edffda6 authored by Aaron Jimenez's avatar Aaron Jimenez Committed by GitHub
Browse files

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

Fix token link
parent c52b515e
......@@ -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:
......
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