bert-base-cased-goemotions-ekman / tokenizer_config.json
system's picture
system HF staff
Update tokenizer_config.json
6cbcc50
raw
history blame
No virus
243 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]"]
}