bert-news-classifier / special_tokens_map.json
Adil146686's picture
Upload BERT model and tokenizer
996db1c verified
raw
history blame contribute delete
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}