CoolFace
Modelpublic

GleghornLab/autoimmune_single

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes5downloads
tokenizer_config.json105 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "[PAD]",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "101": {12      "content": "[UNK]",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "102": {20      "content": "[CLS]",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "103": {28      "content": "[SEP]",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "104": {36      "content": "[MASK]",37      "lstrip": false,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    },43    "31090": {44      "content": "[CVD]",45      "lstrip": false,46      "normalized": false,47      "rstrip": false,48      "single_word": false,49      "special": true50    },51    "31091": {52      "content": "[COP]",53      "lstrip": false,54      "normalized": false,55      "rstrip": false,56      "single_word": false,57      "special": true58    },59    "31092": {60      "content": "[CAN]",61      "lstrip": false,62      "normalized": false,63      "rstrip": false,64      "single_word": false,65      "special": true66    },67    "31093": {68      "content": "[IMM]",69      "lstrip": false,70      "normalized": false,71      "rstrip": false,72      "single_word": false,73      "special": true74    },75    "31094": {76      "content": "[PAR]",77      "lstrip": false,78      "normalized": false,79      "rstrip": false,80      "single_word": false,81      "special": true82    }83  },84  "additional_special_tokens": [85    "[CVD]",86    "[COP]",87    "[CAN]",88    "[IMM]",89    "[PAR]"90  ],91  "clean_up_tokenization_spaces": true,92  "cls_token": "[CLS]",93  "do_basic_tokenize": true,94  "do_lower_case": true,95  "mask_token": "[MASK]",96  "model_max_length": 1000000000000000019884624838656,97  "never_split": null,98  "pad_token": "[PAD]",99  "sep_token": "[SEP]",100  "strip_accents": null,101  "tokenize_chinese_chars": true,102  "tokenizer_class": "BertTokenizer",103  "unk_token": "[UNK]"104}105