中文文本中的阿拉伯数字会被转换为英文
Author: pangh0ng-commitsCreated Aug 11, 2026Updated Aug 11, 2026
Labelsquestion
Checks
- This template is only for research question, not usage problems, feature requests or bug reports.
- I have thoroughly reviewed the project documentation and read the related paper(s).
- I have searched for existing issues, including closed ones, no similar questions.
- I am using English to submit this issue to facilitate community communication.
Question details
gradio demo网页中,使用Basic-TTS测试时发现,中文文本中的数字会被转换为英文,这种情况可能是训练的模型中数字主要以英文为主吧。可能的解决方案,在生成语言前,将中文文本中的数字全部转换为中文的数字进行生成(比如1 -> "一" )或者通过微调?
Source: SWivid/F5-TTS