emotion-detection / special_tokens_map.json
andyluan's picture
upload tokenizer
e815ce3 verified
raw
history blame
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}