sentiment-project-hamza / tokenizer /special_tokens_map.json
ARPZ's picture
special tokens
a9048d0 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}