26 Star 336 Fork 108

PaddlePaddle/PaddleSpeech

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Prosody Prediction with CSMSC and AISHELL-3

Get Started

Data Preprocessing

./run.sh --stage 0 --stop-stage 0

Model Training

./run.sh --stage 1 --stop-stage 1

Testing

./run.sh --stage 2 --stop-stage 2

Prosody Prediction

./run.sh --stage 3 --stop-stage 3

Pretrained Model

The pretrained model can be downloaded here:

ernie-1.0_aishellcsmsc_ckpt_1.3.0.zip

And you should put it into exp/${YOUREXP}/checkpoints folder.

Rhythm mapping

Four punctuation marks are used to denote the rhythm marks respectively:

ryh_token csmsc aishll3
% #1 %
` #2
~ #3
$ #4 $

Prediction Results

#1 #2 #3 #4
Precision 0.90 0.66 0.91 0.90
Recall 0.92 0.62 0.83 0.85
F1 0.91 0.64 0.87 0.87
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/paddlepaddle/PaddleSpeech.git
git@gitee.com:paddlepaddle/PaddleSpeech.git
paddlepaddle
PaddleSpeech
PaddleSpeech
develop

搜索帮助