whisper-tiny-bn-custom-spm / tokenizer_config.json
Noobbbbb's picture
epoch 5 - custom 2.5k vocab
d0158a4 verified
Raw
History Blame Contribute Delete
690 Bytes
{
"added_tokens_decoder": {
"4": {
"content": "<|startoftranscript|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"5": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"backend": "custom",
"bos_token": "<|startoftranscript|>",
"eos_token": "<|endoftext|>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"processor_class": "WhisperProcessor",
"tokenizer_class": "BanglaSPTokenizer",
"unk_token": "<|endoftext|>"
}