Reshma27's picture
add tokenizer
93a04aa
raw
history blame contribute delete
No virus
623 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"max_len": 512,
"model_max_length": 512,
"name_or_path": "microsoft/layoutlm-base-uncased",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "C:\\Users\\Administrator/.cache\\huggingface\\transformers\\48c3f426580c1b3278dbebb8c8dd372ea1549792f092b4f6fae1e21881c2cbd9.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "LayoutLMTokenizer",
"unk_token": "[UNK]"
}