ellie-Bert-VITS2 / tokenizer_config.json
hans00's picture
Update tokenizer_config.json
4f27953 verified
raw
history blame
758 Bytes
{
"auto_map": {
"AutoTokenizer": ["tokenization_bert_vits2.BertVits2Tokenizer", null]
},
"add_blank": true,
"added_tokens_decoder": {
"0": {
"content": "_",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"111": {
"content": "UNK",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"languages": [
"zh"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "_",
"processor_class": "BertVits2Processor",
"tokenizer_class": "BertVits2Tokenizer",
"unk_token": "UNK",
"space_token": "SP"
}