layout_segmenter / tokenizer_config.json
vikp's picture
Upload processor
6fea543
{
"add_prefix_space": true,
"added_tokens_decoder": {
"0": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50264": {
"content": "<mask>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [
"<s>",
"<pad>",
"</s>",
"<unk>",
"<mask>"
],
"apply_ocr": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"cls_token_box": [
0,
0,
0,
0
],
"eos_token": "</s>",
"errors": "replace",
"mask_token": "<mask>",
"model_max_length": 512,
"only_label_first_subword": true,
"pad_token": "<pad>",
"pad_token_box": [
0,
0,
0,
0
],
"pad_token_label": -100,
"processor_class": "LayoutLMv3Processor",
"sep_token": "</s>",
"sep_token_box": [
0,
0,
0,
0
],
"tokenizer_class": "LayoutLMv3Tokenizer",
"trim_offsets": true,
"unk_token": "<unk>"
}