bert-ner-custom_custom_data / special_tokens_map.json
SNV's picture
Training in progress, epoch 1
4d4013f
Raw
History Blame Contribute Delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}