Update Results.md

This commit is contained in:
Erwan 2022-06-23 13:20:51 +02:00
parent dc25ab909a
commit 8039787583

View File

@ -1212,9 +1212,12 @@ rnn_dir=$(git rev-parse --show-toplevel)/icefall/rnn_lm
--method rnn-lm --method rnn-lm
``` ```
You can find the pre-trained model by visiting You can find the Conformer-CTC pre-trained model by visiting
<https://huggingface.co/csukuangfj/icefall-asr-librispeech-conformer-ctc-jit-bpe-500-2021-11-09> <https://huggingface.co/csukuangfj/icefall-asr-librispeech-conformer-ctc-jit-bpe-500-2021-11-09>
and the RNN-LM pre-trained model:
<https://huggingface.co/ezerhouni/icefall-librispeech-rnn-lm/tree/main>
The tensorboard log for training is available at The tensorboard log for training is available at
<https://tensorboard.dev/experiment/hZDWrZfaSqOMqtW0NEfXKg/#scalars> <https://tensorboard.dev/experiment/hZDWrZfaSqOMqtW0NEfXKg/#scalars>