"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "42ad693b7b3f12421834861f84916f6073643e41"
Unverified Commit 41dad89f authored by Jangwon Park's avatar Jangwon Park Committed by GitHub
Browse files

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

parent 27c888db
......@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment