CoolFace
Modelpublic

HamAndCheese82/math-ocr-donut-v2.2

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes16downloads
tokenizer_config.json141 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "<s>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "<pad>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "</s>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "<unk>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "57521": {36      "content": "<mask>",37      "lstrip": true,38      "normalized": true,39      "rstrip": false,40      "single_word": false,41      "special": true42    },43    "57522": {44      "content": "<sep/>",45      "lstrip": false,46      "normalized": true,47      "rstrip": false,48      "single_word": false,49      "special": false50    },51    "57523": {52      "content": "<s_iitcdip>",53      "lstrip": false,54      "normalized": false,55      "rstrip": false,56      "single_word": false,57      "special": true58    },59    "57524": {60      "content": "<s_synthdog>",61      "lstrip": false,62      "normalized": false,63      "rstrip": false,64      "single_word": false,65      "special": true66    },67    "57525": {68      "content": "<s_HW>",69      "lstrip": false,70      "normalized": true,71      "rstrip": false,72      "single_word": false,73      "special": false74    },75    "57526": {76      "content": "<s_P>",77      "lstrip": false,78      "normalized": true,79      "rstrip": false,80      "single_word": false,81      "special": false82    },83    "57527": {84      "content": "<MathOCR>",85      "lstrip": false,86      "normalized": true,87      "rstrip": false,88      "single_word": false,89      "special": false90    },91    "57528": {92      "content": "</s_HW>",93      "lstrip": false,94      "normalized": true,95      "rstrip": false,96      "single_word": false,97      "special": false98    },99    "57529": {100      "content": "<line>",101      "lstrip": false,102      "normalized": true,103      "rstrip": false,104      "single_word": false,105      "special": false106    },107    "57530": {108      "content": "</s_P>",109      "lstrip": false,110      "normalized": true,111      "rstrip": false,112      "single_word": false,113      "special": false114    },115    "57531": {116      "content": "</line>",117      "lstrip": false,118      "normalized": true,119      "rstrip": false,120      "single_word": false,121      "special": false122    }123  },124  "additional_special_tokens": [125    "<s_iitcdip>",126    "<s_synthdog>"127  ],128  "bos_token": "<s>",129  "clean_up_tokenization_spaces": true,130  "cls_token": "<s>",131  "eos_token": "</s>",132  "mask_token": "<mask>",133  "model_max_length": 1000000000000000019884624838656,134  "pad_token": "<pad>",135  "processor_class": "DonutProcessor",136  "sep_token": "</s>",137  "sp_model_kwargs": {},138  "tokenizer_class": "XLMRobertaTokenizer",139  "unk_token": "<unk>"140}141