layoutxlm-finetuned-xfund-fr-re / tokenizer_config.json
nielsr's picture
nielsr HF staff
Training in progress, step 500
35ed1c5
{
"bos_token": "<s>",
"cls_token": "<s>",
"cls_token_box": [
0,
0,
0,
0
],
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"name_or_path": "microsoft/layoutxlm-base",
"only_label_first_subword": true,
"pad_token": "<pad>",
"pad_token_box": [
0,
0,
0,
0
],
"pad_token_label": -100,
"sep_token": "</s>",
"sep_token_box": [
1000,
1000,
1000,
1000
],
"special_tokens_map_file": null,
"tokenizer_class": "LayoutXLMTokenizer",
"unk_token": "<unk>"
}