movie-review-classifier / special_tokens_map.json
derek-harnett's picture
test push_to_hub()
98aabe0 verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}