Unverified Commit 90ec78b5 authored by Jangwon Park's avatar Jangwon Park Committed by GitHub
Browse files

Add missing arguments for BertWordPieceTokenizer (#5810)

parent 77cd0e13
......@@ -632,6 +632,8 @@ class BertTokenizerFast(PreTrainedTokenizerFast):
unk_token=unk_token,
sep_token=sep_token,
cls_token=cls_token,
pad_token=pad_token,
mask_token=mask_token,
clean_text=clean_text,
handle_chinese_chars=tokenize_chinese_chars,
strip_accents=strip_accents,
......
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