latin-asr-postprocessor / special_tokens_map.json
njand's picture
Upload folder using huggingface_hub
43a7216 verified
Raw
History Blame Contribute Delete
150 Bytes
{
"cls_token": "[CLS]",
"eos_token": "<EOS>_",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}