pretoxtm-sentence-classifier / special_tokens_map.json
javicorvi's picture
javicorvi/pretoxtm-sentence-classifier
d2e4391 verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}