CoolFace
Modelpublic

Anna1MED/Screening_NER_plus_stratified

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