Skip to content

Commit

Permalink
Add model download script (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool authored Aug 8, 2023
1 parent 98ffea2 commit 2ca6d7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/libriheavy/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
# You can download the jit model from
# https://huggingface.co/Zengwei/icefall-asr-librispeech-zipformer-2023-05-15

GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/Zengwei/icefall-asr-librispeech-zipformer-2023-05-15
cd icefall-asr-librispeech-zipformer-2023-05-15
git lfs pull --include "exp/jit_script.pt"
cd ..
ln -s icefall-asr-librispeech-zipformer-2023-05-15 exp

# We will get librilight_asr_cuts_{subset}.jsonl.gz
# saved in $output_dir/manifests
log "Stage 3: Perform speech recognition on splitted chunks"
Expand Down

0 comments on commit 2ca6d7e

Please sign in to comment.