my_first_asr_model / special_tokens_map.json
hoganpham's picture
Training in progress, step 10
1d0a06c verified
raw
history blame contribute delete
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}