diff --git a/paddlespeech/cli/README.md b/paddlespeech/cli/README.md index 19c822040de6699123781f14b6eac5bcf3ca15a6..53c1ca3b263ad6877404ac7cb2020d85be8eaf30 100644 --- a/paddlespeech/cli/README.md +++ b/paddlespeech/cli/README.md @@ -42,3 +42,7 @@ ```bash paddlespeech text --task punc --input 今天的天气真不错啊你下午有空吗我想约你一起去吃饭 ``` +- Faster Punctuation Restoration + ```bash + paddlespeech text --task punc --input 今天的天气真不错啊你下午有空吗我想约你一起去吃饭 --model ernie_linear_p3_wudao_fast + ```