custom_ner_bert-uncased / special_tokens_map.json
MoinKhan3012's picture
moinkhan3012/ner-bert-uncased
830623b
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}