Skip to content

Commit

Permalink
Update pretrained model in README (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljhzxc committed Apr 23, 2023
1 parent df3be4a commit 84cc5fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/csmsc/jets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 84cc5fc

Please sign in to comment.