torchaudio_tacotron2_kss / tokenizer_config.json
Bingsu's picture
Upload processor
b252e19
raw
history blame
616 Bytes
{
"bos_token": "<s>",
"do_lower_case": false,
"do_phonemize": true,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "Bingsu/torchaudio_tacotron2",
"pad_token": "<pad>",
"phone_delimiter_token": " ",
"phonemizer_backend": "espeak",
"phonemizer_lang": "en-us",
"processor_class": "Tacotron2Processor",
"special_tokens_map_file": "../wav2vec2-xlsr-53-espeak-cv-ft/special_tokens_map.json",
"tokenizer_class": "Wav2Vec2PhonemeCTCTokenizer",
"tokenizer_file": null,
"trust_remote_code": true,
"unk_token": "<unk>",
"word_delimiter_token": "|"
}