add uploaded files links

This commit is contained in:
yaozengwei 2022-06-04 13:04:03 +08:00
parent ab86e441ce
commit 26b358a9ea

View File

@ -234,6 +234,9 @@ The training command is:
--average-period 100
```
The tensorboard log can be found at
<https://tensorboard.dev/experiment/QOGSPBgsR8KzcRMmie9JGw/>
The decoding command using greedy search is:
```bash
./pruned_transducer_stateless4/decode.py \
@ -271,6 +274,10 @@ The decoding command using modified beam search is:
--beam-size 4
```
Pretrained models, training logs, decoding logs, and decoding results
are available at
<https://huggingface.co/Zengwei/icefall-asr-librispeech-pruned-transducer-stateless4-2022-06-03>
#### Training on train-clean-100
See <https://github.com/k2-fsa/icefall/pull/344>