From 9ba9369a2557e53a01378199a9839ec6e82d8bc7 Mon Sep 17 00:00:00 2001 From: Kerim <99087793+tokenizer-decode@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:30:37 +0300 Subject: [PATCH] simple fix (#31456) --- examples/pytorch/text-classification/run_classification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/text-classification/run_classification.py b/examples/pytorch/text-classification/run_classification.py index 84bd60938f..5decef3656 100755 --- a/examples/pytorch/text-classification/run_classification.py +++ b/examples/pytorch/text-classification/run_classification.py @@ -87,7 +87,7 @@ class DataTrainingArguments: }, ) text_column_delimiter: Optional[str] = field( - default=" ", metadata={"help": "THe delimiter to use to join text columns into a single sentence."} + default=" ", metadata={"help": "The delimiter to use to join text columns into a single sentence."} ) train_split_name: Optional[str] = field( default=None,