news-ranking-ft-bert / special_tokens_map.json
cmunhozc's picture
ft_news_model
cdd0bf3
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}