Add a byte-level BPE Chinese+English non-streaming zipformer model (#1645)

This commit is contained in:
Fangjun Kuang
2024-12-24 16:56:49 +08:00
committed by GitHub
parent fe3265aa25
commit 08d771337b
5 changed files with 127 additions and 0 deletions

View File

@@ -420,6 +420,26 @@ def get_models():
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-zipformer-zh-en-2023-11-22",
idx=23,
lang="zh_en",
lang2="Chinese,English",
short_name="zipformer",
cmd="""
pushd $model_name
rm -rfv test_wavs
rm -fv encoder-epoch-34-avg-19.onnx
rm -fv joiner-epoch-34-avg-19.onnx
rm -fv bbpe.model
ls -lh
popd
""",
),