speecht5_test / tokenizer_config.json
Bingsu's picture
Upload with huggingface_hub
ddaad3d
raw
history blame contribute delete
443 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"do_lower_case": false,
"do_phonemize": true,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"phone_delimiter_token": " ",
"phonemizer_backend": "espeak",
"phonemizer_lang": "ko",
"tokenizer_class": "Wav2Vec2PhonemeCTCTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>",
"word_delimiter_token": "|"
}