layoutlm-finetune-sroie / tokenizer_config.json
clee7's picture
First version of the your-model-name model and tokenizer.
a1a16cd
raw
history blame contribute delete
151 Bytes
{"do_lower_case": true, "max_len": 512, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}