From 503baacb704147a2a124f17d86013bdc5f510929 Mon Sep 17 00:00:00 2001 From: Aaron Jimenez Date: Mon, 18 Dec 2023 15:06:54 -0800 Subject: [PATCH] =?UTF-8?q?[Doc]=20Fix=20token=20link=20in=20What=20?= =?UTF-8?q?=F0=9F=A4=97=20Transformers=20can=20do=20(#28123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix token link --- docs/source/en/task_summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/task_summary.md b/docs/source/en/task_summary.md index 6cb49f88ba7f3b..4a79e79e05452e 100644 --- a/docs/source/en/task_summary.md +++ b/docs/source/en/task_summary.md @@ -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: