diff --git a/README.md b/README.md index 188ca013b..af4a22706 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ We do provide a Colab notebook for this recipe. ### LibriSpeech -Please see +Please see for the **latest** results. We provide 4 models for this recipe: diff --git a/egs/librispeech/ASR/README.md b/egs/librispeech/ASR/README.md index 8d299a28b..c053076a3 100644 --- a/egs/librispeech/ASR/README.md +++ b/egs/librispeech/ASR/README.md @@ -1,4 +1,9 @@ -# Introduction Please refer to for how to run models in this recipe. +# Introduction + +Please refer to for how to run models in this recipe. + +[./RESULTS.md](./RESULTS.md) contains the latest results. + # Transducers There are various folders containing the name `transducer` in this folder. diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index b190e13e8..3143fa077 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -8,9 +8,11 @@ Same as `Pruned Transducer 2` but using the XL subset from During training, it selects either a batch from GigaSpeech with prob `giga_prob` or a batch from LibriSpeech with prob `1 - giga_prob`. All utterances within -a batch comes from the same dataset. +a batch come from the same dataset. -See +Using commit `ac84220de91dee10c00e8f4223287f937b1930b6`. + +See . The WERs are: @@ -47,13 +49,13 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" The tensorboard log can be found at -(Note: The training process is killed manually at `epoch-28.pt`.) +(Note: The training process is killed manually after saving `epoch-28.pt`.) Pretrained models, training logs, decoding logs, and decoding results are available at -Decoding commands are: +The decoding commands are: ```bash