Fix python two pass ASR examples (#1230)

This commit is contained in:
Fangjun Kuang
2024-08-07 18:35:38 +08:00
committed by GitHub
parent 1da75ee3c0
commit 8a5f5c1999
2 changed files with 11 additions and 6 deletions

View File

@@ -18,8 +18,8 @@ The input text can contain English words.
Usage:
Please download the model from:
https://huggingface.co/frankyoujian/Edge-Punct-Casing/resolve/main/sherpa-onnx-cnn-bilstm-unigram-bpe-en.7z
Please download the model from:
https://github.com/k2-fsa/sherpa-onnx/releases/download/punctuation-models/sherpa-onnx-punct-ct-transformer-zh-en-vocab272727-2024-04-12.tar.bz2
./bin/Release/sherpa-onnx-online-punctuation \
--cnn-bilstm=/path/to/model.onnx \