王昊天
王昊天
Thanks for your work. I want to embed your g2p tool in my c++ project, and I attempt to use Phonetisaurus.so directly to build my project but failed. Do you...
Really nice work and strong baseline of text normalization! I am looking for a tool to do english text normalization and find sparrowhawk to solve my problem. But only a...
Hello , thanks for your work. Recently I use the mttod model on CrossWOZ dataset and have a question about the predict code. In predict code you have provided ,...
thanks for your excellent work in e2e tod I meet a question that I cant not serve my e2e bot by code from html/. Main problem is the version of...
使用prime的代码校验逻辑的时候,走到以下分支之后会卡住不动,查看后台监控也没有任何进程在跑(没有rollout),想问一下怎么解决? 
按照readme中流程完成训练 64 卡 训练qwen2.5 72B模型 生成了.pth文件夹,一共64个.pt文件 在转hf模型过程中,突然中断,没有任何报错 check了内存、显存、cpu占用,均无异常 7B模型就可以转换成功 看了一下,是读deepspeed 的 .pt文件时中断的 有什么解决办法吗?