bert-base-cased-goemotions-ekman / special_tokens_map.json
monologg's picture
update model
4d97ce5
raw
history blame contribute delete
No virus
182 Bytes
{
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"additional_special_tokens": ["[NAME]", "[RELIGION]"]
}