chore: typo on ner accelerate example code (#14150)

This commit is contained in:
Jangwon Park
2021-10-27 05:23:41 +09:00
committed by GitHub
parent 27c888db6c
commit 41dad89f70

View File

@@ -99,7 +99,7 @@ def parse_args():
default=128, default=128,
help=( help=(
"The maximum total input sequence length after tokenization. Sequences longer than this will be truncated," "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( parser.add_argument(