FunAudioLLM / CosyVoice

Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.
https://funaudiollm.github.io/
Apache License 2.0
4.74k stars 478 forks source link

英文推理时,文本前端的问题,数字和拼句 #148

Open zhangsongbj01 opened 2 months ago

zhangsongbj01 commented 2 months ago

数字问题 原始句子:We are going to the park on the 5th of July, and will have a picnic too. tn后的句子: to We are going to the park on the 五th of July, and will have a picnic too.

拼句问题: 原始句子text:Great! Christmas is a holiday where we celebrate the birth of Jesus. We decorate Christmas trees and give presents to our friends and family. Have you ever decorated a Christmas tree before? 经过前端后的texts:['Great! \nChristmas is a holiday where we celebrate the birth of Jesus. \nWe decorate Christmas trees and give presents to our friends and family. \nHave you ever decorated a Christmas tree before?'] A clear and concise description of what the bug is.

前端模型为ttsfrd,推理函数为inference_sft。

aluminumbox commented 1 month ago

well, frontend will always have bug, this more relys on experience, you can use wetextprocessing instead