ASR_for_kaggle / special_tokens_map.json
SakshiRathi77's picture
Upload 8 files
cc46224
raw
history blame contribute delete
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}