maude-clinicalbert / tokenizer_config.json
mukundisb's picture
Push fold-3 checkpoint (Death F1=0.8418, Weighted F1=0.8693)
9729d18 verified
Raw
History Blame
394 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_lower_case": true,
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}