Skip to content

Commit

Permalink
Update run-multi-zh_hans-zipformer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Nov 6, 2023
1 parent 2aab91e commit dfe263a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/scripts/run-multi-zh_hans-zipformer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ for method in modified_beam_search fast_beam_search; do
$repo/test_wavs/DEV_T0000000002.wav
done

rm -rf $repo

log "==== Test icefall-asr-multi-zh-hans-zipformer-ctc-2023-10-24 ===="
repo_url=https://huggingface.co/zrjin/icefall-asr-multi-zh-hans-zipformer-ctc-2023-10-24/

Expand Down Expand Up @@ -94,6 +96,8 @@ for method in modified_beam_search fast_beam_search; do
$repo/test_wavs/DEV_T0000000002.wav
done

rm -rf $repo

log "==== Test icefall-asr-multi-zh-hans-zipformer-ctc-streaming-2023-11-05 ===="
repo_url=https://huggingface.co/zrjin/icefall-asr-multi-zh-hans-zipformer-ctc-streaming-2023-11-05/

Expand Down Expand Up @@ -141,4 +145,6 @@ for method in modified_beam_search fast_beam_search; do
$repo/test_wavs/DEV_T0000000000.wav \
$repo/test_wavs/DEV_T0000000001.wav \
$repo/test_wavs/DEV_T0000000002.wav
done
done

rm -rf $repo

0 comments on commit dfe263a

Please sign in to comment.