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