CoolFace
Modelpublic

codechrl/bert-mid-cybersecurity

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes10downloads
tokenizer_config.json18 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "clean_up_tokenization_spaces": true,4  "cls_token": "[CLS]",5  "do_basic_tokenize": true,6  "do_lower_case": true,7  "is_local": false,8  "mask_token": "[MASK]",9  "model_max_length": 1000000000000000019884624838656,10  "never_split": null,11  "pad_token": "[PAD]",12  "sep_token": "[SEP]",13  "strip_accents": null,14  "tokenize_chinese_chars": true,15  "tokenizer_class": "BertTokenizer",16  "unk_token": "[UNK]"17}18