ClinicalBERT-finetuned / special_tokens_map.json
DHEIVER's picture
Rename special_tokens_map (2).json to special_tokens_map.json
5a5f3c5 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}