You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.warning('synthesis text {} too short than prompt text {}, this may lead to bad performance'.format(i, prompt_text))
在cosyvoice3中为什么要添加这个You are a helpful assistant.<|endofprompt|> ,是有什么考虑吗?
看代码来说,合成文本不能比prompt text短很多,现在在cosyvoice3的prompt中需要添加这个比较长的指令:
有以下疑惑,帮解惑
You are a helpful assistant.<|endofprompt|>logging.warning('synthesis text {} too short than prompt text {}, this may lead to bad performance'.format(i, prompt_text))在cosyvoice3中为什么要添加这个
You are a helpful assistant.<|endofprompt|>,是有什么考虑吗?看代码来说,合成文本不能比prompt text短很多,现在在cosyvoice3的prompt中需要添加这个比较长的指令:
谢谢