CoolFace
Modelpublic

SotaChambers/training_test3

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes6downloads
tokenizer_config.json157 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_total>",69      "lstrip": false,70      "normalized": false,71      "rstrip": false,72      "single_word": false,73      "special": true74    },75    "57526": {76      "content": "</s_total>",77      "lstrip": false,78      "normalized": false,79      "rstrip": false,80      "single_word": false,81      "special": true82    },83    "57527": {84      "content": "<s_date>",85      "lstrip": false,86      "normalized": false,87      "rstrip": false,88      "single_word": false,89      "special": true90    },91    "57528": {92      "content": "</s_date>",93      "lstrip": false,94      "normalized": false,95      "rstrip": false,96      "single_word": false,97      "special": true98    },99    "57529": {100      "content": "<s_company>",101      "lstrip": false,102      "normalized": false,103      "rstrip": false,104      "single_word": false,105      "special": true106    },107    "57530": {108      "content": "</s_company>",109      "lstrip": false,110      "normalized": false,111      "rstrip": false,112      "single_word": false,113      "special": true114    },115    "57531": {116      "content": "<s_address>",117      "lstrip": false,118      "normalized": false,119      "rstrip": false,120      "single_word": false,121      "special": true122    },123    "57532": {124      "content": "</s_address>",125      "lstrip": false,126      "normalized": false,127      "rstrip": false,128      "single_word": false,129      "special": true130    }131  },132  "additional_special_tokens": [133    "<s_total>",134    "</s_total>",135    "<s_date>",136    "</s_date>",137    "<s_company>",138    "</s_company>",139    "<s_address>",140    "</s_address>",141    "<s>",142    "</s>"143  ],144  "bos_token": "<s>",145  "clean_up_tokenization_spaces": true,146  "cls_token": "<s>",147  "eos_token": "</s>",148  "mask_token": "<mask>",149  "model_max_length": 1000000000000000019884624838656,150  "pad_token": "<pad>",151  "processor_class": "DonutProcessor",152  "sep_token": "</s>",153  "sp_model_kwargs": {},154  "tokenizer_class": "XLMRobertaTokenizer",155  "unk_token": "<unk>"156}157