sponsor-ner-model / special_tokens_map.json
Bhavya54's picture
Rename brand_url_ner_model/special_tokens_map.json to special_tokens_map.json
8a16d0f verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}