Wav2vec2-NB / special_tokens_map.json
Tflatval's picture
Upload folder using huggingface_hub
9ddc0c9 verified
raw
history blame contribute delete
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}