moonshine-mn / tokenizer_config.json
orgilj's picture
Upload Mongolian Moonshine ASR (WER 11.88 pct)
97b96d8 verified
Raw
History Blame Contribute Delete
767 Bytes
{
"added_tokens_decoder": {
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"backend": "custom",
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"sp_model_kwargs": {},
"tokenizer_class": "MnBPETokenizer",
"unk_token": "<unk>"
}