wav2vec2-base-demo-colab / special_tokens_map.json
colerobertson's picture
Upload tokenizer
3ee3101 verified
raw
history blame
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}