CoolFace
Modelpublic

CodeWidSahi/profanity_model

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes6downloads
tokenizer_config.json60 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    "1": {12      "content": "<unk>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "[CLS]",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "[SEP]",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "4": {36      "content": "[MASK]",37      "lstrip": true,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    }43  },44  "bos_token": "[CLS]",45  "clean_up_tokenization_spaces": false,46  "cls_token": "[CLS]",47  "do_lower_case": true,48  "eos_token": "[SEP]",49  "extra_special_tokens": {},50  "keep_accents": false,51  "mask_token": "[MASK]",52  "model_max_length": 1000000000000000019884624838656,53  "pad_token": "<pad>",54  "remove_space": true,55  "sep_token": "[SEP]",56  "sp_model_kwargs": {},57  "tokenizer_class": "AlbertTokenizer",58  "unk_token": "<unk>"59}60