Add non-streaming ONNX models for Russian ASR (#1358)

This commit is contained in:
Fangjun Kuang
2024-09-18 13:43:49 +08:00
committed by GitHub
parent 7e642325f3
commit 576a3aa90d
6 changed files with 231 additions and 18 deletions

View File

@@ -293,6 +293,46 @@ def get_models():
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-zipformer-ru-2024-09-18",
idx=17,
lang="ru",
short_name="zipformer",
cmd="""
pushd $model_name
rm -rfv test_wavs
rm -fv encoder.onnx
rm -fv decoder.int8.onnx
rm -fv joiner.onnx
rm -fv bpe.model
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-small-zipformer-ru-2024-09-18",
idx=18,
lang="ru",
short_name="small_zipformer",
cmd="""
pushd $model_name
rm -rfv test_wavs
rm -fv encoder.onnx
rm -fv decoder.int8.onnx
rm -fv joiner.onnx
rm -fv bpe.model
ls -lh
popd
""",
),