distilbert_endian_classifier / special_tokens_map.json
Repv1111's picture
Duplicate from ryfye181/distilbert_endian_classifier
7e13a16
Raw
History Blame Contribute Delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}