codechrl/bert-micro-cybersecurity
430
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 "max_length": 512,10 "model_max_length": 1000000000000000019884624838656,11 "never_split": null,12 "pad_to_multiple_of": null,13 "pad_token": "[PAD]",14 "pad_token_type_id": 0,15 "padding_side": "right",16 "sep_token": "[SEP]",17 "stride": 0,18 "strip_accents": null,19 "tokenize_chinese_chars": true,20 "tokenizer_class": "BertTokenizer",21 "truncation_side": "right",22 "truncation_strategy": "longest_first",23 "unk_token": "[UNK]"24}25 