Add a byte-level BPE Chinese+English non-streaming zipformer model (#1645)
This commit is contained in:
@@ -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
|
||||
""",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user