From a28f67fd4a7e2d88fd34d516733312ab5cb94162 Mon Sep 17 00:00:00 2001 From: ljhzxc <33015549+ljhzxc@users.noreply.github.com> Date: Sun, 23 Apr 2023 11:42:43 +0800 Subject: [PATCH] Update pretrained model in README --- examples/csmsc/jets/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/csmsc/jets/README.md b/examples/csmsc/jets/README.md index 952dbad1731..07dade0e6ce 100644 --- a/examples/csmsc/jets/README.md +++ b/examples/csmsc/jets/README.md @@ -96,3 +96,13 @@ CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize.sh ${conf_path} ${train_output_p ```bash CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize_e2e.sh ${conf_path} ${train_output_path} ${ckpt_name} ``` + +## Pretrained Model + +The pretrained model can be downloaded here: + +- [jets_csmsc_ckpt_1.5.0.zip](https://paddlespeech.bj.bcebos.com/Parakeet/jets_csmsc_ckpt_1.5.0.zip) + +The static model can be downloaded here: + +- [jets_csmsc_static_1.5.0.zip](https://paddlespeech.bj.bcebos.com/Parakeet/jets_csmsc_static_1.5.0.zip)