bert-base-uncased-goemotions / special_tokens_map.json
justin871030's picture
Add tokens: [NAME], [RELIGION]
067ab8f
raw
history blame
182 Bytes
{
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"additional_special_tokens": ["[NAME]", "[RELIGION]"]
}