From 41dad89f706ac49313963d33cc51486473d7e493 Mon Sep 17 00:00:00 2001 From: Jangwon Park Date: Wed, 27 Oct 2021 05:23:41 +0900 Subject: [PATCH] chore: typo on ner accelerate example code (#14150) --- examples/pytorch/token-classification/run_ner_no_trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/token-classification/run_ner_no_trainer.py b/examples/pytorch/token-classification/run_ner_no_trainer.py index d78486d380..d485c17384 100755 --- a/examples/pytorch/token-classification/run_ner_no_trainer.py +++ b/examples/pytorch/token-classification/run_ner_no_trainer.py @@ -99,7 +99,7 @@ def parse_args(): default=128, help=( "The maximum total input sequence length after tokenization. Sequences longer than this will be truncated," - " sequences shorter will be padded if `--pad_to_max_lenght` is passed." + " sequences shorter will be padded if `--pad_to_max_length` is passed." ), ) parser.add_argument(