bert-based-emotion-detection-ar / special_tokens_map.json
saadMouraf's picture
Upload tokenizer
ac93bd9
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}