wav2vec2-large-TIMIT-IPA / special_tokens_map.json
speech31's picture
add tokenizer
1a61a0c
raw
history blame contribute delete
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}