From 852462c6ac05a51e7ff9ec75a3aa6db2150bd116 Mon Sep 17 00:00:00 2001 From: Ahmed Almaghz <53489256+AhmedAlmaghz@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:23:20 +0300 Subject: [PATCH] Update docs/source/ar/tasks/token_classification.md Co-authored-by: Abdullah Mohammed <554032+abodacs@users.noreply.github.com> --- docs/source/ar/tasks/token_classification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ar/tasks/token_classification.md b/docs/source/ar/tasks/token_classification.md index 49625306a0e5..3edf99e16ca1 100644 --- a/docs/source/ar/tasks/token_classification.md +++ b/docs/source/ar/tasks/token_classification.md @@ -504,7 +504,7 @@ pip install transformers datasets evaluate seqeval ``` -قم بتقسيم النص إلى رموز وعودة تنسورات TensorFlow: +قسّم النص إلى رموز وأرجع المُوتّرات ب TensorFlow: ```py >>> from transformers import AutoTokenizer