Problem to get the model working
#2
by
telvenes
- opened
Hello, I just get a cryptic voice using your model compared with the defaut one will give me an english accent. Any suggestions on what im doing wrong?
"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."
telvenes
changed discussion status to
closed