vits_rasa_13 / tokenizer_config.json
AshwinSankar's picture
Upload tokenizer
1e1bace verified
raw
history blame contribute delete
795 Bytes
{
"add_blank": true,
"added_tokens_decoder": {
"95": {
"content": "_",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1218": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_vits.IndicVitsTokenizer",
null
]
},
"clean_up_tokenization_spaces": false,
"extra_special_tokens": {},
"is_uroman": false,
"language": null,
"model_max_length": 1000000000000000019884624838656,
"normalize": true,
"pad_token": "_",
"phonemize": false,
"tokenizer_class": "IndicVitsTokenizer",
"unk_token": "<unk>"
}