semeval-subtaskA-ConvBERT / best_special_tokens_map.json
Andric Valdez
move best to root dit
a9a45ad
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}