CoolFace
Modelpublic

leoho36/layoutlmv3_transcripts_processor

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes11downloads
tokenizer_config.json81 linesDownload Raw Back to root
1{2  "add_prefix_space": true,3  "added_tokens_decoder": {4    "0": {5      "content": "<s>",6      "lstrip": false,7      "normalized": true,8      "rstrip": false,9      "single_word": false,10      "special": true11    },12    "1": {13      "content": "<pad>",14      "lstrip": false,15      "normalized": true,16      "rstrip": false,17      "single_word": false,18      "special": true19    },20    "2": {21      "content": "</s>",22      "lstrip": false,23      "normalized": true,24      "rstrip": false,25      "single_word": false,26      "special": true27    },28    "3": {29      "content": "<unk>",30      "lstrip": false,31      "normalized": true,32      "rstrip": false,33      "single_word": false,34      "special": true35    },36    "50264": {37      "content": "<mask>",38      "lstrip": true,39      "normalized": true,40      "rstrip": false,41      "single_word": false,42      "special": true43    }44  },45  "apply_ocr": false,46  "bos_token": "<s>",47  "clean_up_tokenization_spaces": false,48  "cls_token": "<s>",49  "cls_token_box": [50    0,51    0,52    0,53    054  ],55  "eos_token": "</s>",56  "errors": "replace",57  "extra_special_tokens": {},58  "mask_token": "<mask>",59  "model_max_length": 512,60  "only_label_first_subword": true,61  "pad_token": "<pad>",62  "pad_token_box": [63    0,64    0,65    0,66    067  ],68  "pad_token_label": -100,69  "processor_class": "LayoutLMv3Processor",70  "sep_token": "</s>",71  "sep_token_box": [72    0,73    0,74    0,75    076  ],77  "tokenizer_class": "LayoutLMv3Tokenizer",78  "trim_offsets": true,79  "unk_token": "<unk>"80}81