diff --git a/examples/other/rhy/README.md b/examples/other/rhy/README.md index 8fdffc914..10bbdefb4 100644 --- a/examples/other/rhy/README.md +++ b/examples/other/rhy/README.md @@ -20,6 +20,6 @@ ## Pretrained Model The pretrained model can be downloaded here: -[snapshot_iter_2600.pdz](https://paddlespeech.bj.bcebos.com/Rhy_Prediction/snapshot_iter_2600.pdz) +[ernie-1.0_aishellcsmsc_ckpt_1.3.0](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/rhy_predict/ernie-1.0_aishellcsmsc_ckpt_1.3.0.zip) And you should put it into `exp/YOUREXP/checkpoints` folder. diff --git a/examples/other/rhy/local/data.sh b/examples/other/rhy/local/data.sh index 1d24cb296..93b134873 100755 --- a/examples/other/rhy/local/data.sh +++ b/examples/other/rhy/local/data.sh @@ -1,11 +1,11 @@ #!/bin/bash if [ ! -f 000001-010000.txt ]; then - wget https://paddlespeech.bj.bcebos.com/Rhy_Prediction/000001-010000.txt + wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/rhy_predict/000001-010000.txt fi if [ ! -f label_train-set.txt ]; then - wget https://paddlespeech.bj.bcebos.com/Rhy_Prediction/label_train-set.txt + wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/rhy_predict/label_train-set.txt fi