Skip to content

Commit

Permalink
Fix broken links reported by espnet#5048
Browse files Browse the repository at this point in the history
  • Loading branch information
ShigekiKarita committed Mar 22, 2023
1 parent f3e5ce0 commit 573d74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/libri_css/asr1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ do_delta=false
# here we use models trained with the LibriSpeech Transformer recipe
# https://github.com/espnet/espnet/blob/master/egs/librispeech/asr1/RESULTS.md#pytorch-large-transformer-with-specaug-4-gpus--transformer-lm-4-gpus
# they are downloaded by the local/download_asr.sh script
asr_url="https://drive.google.com/open?id=17cOOSHHMKI82e1MXj4r2ig8gpGCRmG2p"
asr_url="https://drive.google.com/open?id=1RHYAhcnlKz08amATrf0ZOWFLzoQphtoc"
recog_model=model.val5.avg.best # set a model to be used for decoding
lang_model=rnnlm.model.best # set a language model to be used for decoding

Expand Down
2 changes: 1 addition & 1 deletion egs/librispeech/asr1/RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ We used the same ASR model in the previous report.
- Commit date: `Tue Feb 4 14:21:11 2020 +0900`

- Model files (archived to model.tar.gz by `$ pack_model.sh`)
- model link: https://drive.google.com/open?id=17cOOSHHMKI82e1MXj4r2ig8gpGCRmG2p
- model link: https://drive.google.com/open?id=1RHYAhcnlKz08amATrf0ZOWFLzoQphtoc
- training config file: `./conf/train.yaml`
- decoding config file: `./conf/decode.yaml`
- cmvn file: `./data/train_960/cmvn.ark`
Expand Down

0 comments on commit 573d74f

Please sign in to comment.