vocab.txt
#1
by
Opeth - opened
where is the vocab.txt
Sorry for very late answer.
I use the vocab.txt that comes with the F5 model. https://huggingface.co/SWivid/F5-TTS/blob/main/F5TTS_v1_Base/vocab.txt
Sure this file is correct? I cannot get it working only with cyber cryptic voice and sounds more like spanish
"I managed to resolve the issue. The root cause was that my custom_model_cfg was missing specific parameters required for the F5-Base architecture.
It turns out I needed to explicitly include "text_mask_padding": false and "pe_attn_head": 1 in the API call. Without these, the model produced gibberish/noise. Once added, the original checkpoint worked perfectly."