Add ReazonSpeech Japanese pre-trained model (#1203)

This commit is contained in:
Fangjun Kuang
2024-08-02 10:21:24 +08:00
committed by GitHub
parent 53484fcd9b
commit 35c1b4a7a9
5 changed files with 96 additions and 18 deletions

View File

@@ -275,6 +275,25 @@ def get_models():
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-zipformer-ja-reazonspeech-2024-08-01",
idx=16,
lang="ja",
short_name="zipformer_reazonspeech",
cmd="""
pushd $model_name
rm -rfv test_wavs
rm -fv encoder-epoch-99-avg-1.onnx
rm -fv decoder-epoch-99-avg-1.int8.onnx
rm -fv joiner-epoch-99-avg-1.onnx
ls -lh
popd
""",
),