Update README.md

This commit is contained in:
Mingshuang Luo 2022-07-29 11:20:11 +08:00 committed by GitHub
parent d64fb92f16
commit 1e3a0e09c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,9 +255,6 @@ We provide one model for this recipe: [Pruned stateless RNN-T: Conformer encoder
| greedy search | 7.80 | 8.75 | 13.49 |
| modified beam search| 7.76 | 8.71 | 13.41 |
| fast beam search | 7.94 | 8.74 | 13.80 |
| fast beam search (nbest) | 9.82 | 10.98 | 16.37 |
| fast beam search (nbest oracle) | 6.88 | 7.18 | 11.77 |
| fast beam search (nbest LG) | 14.94 | 16.14 | 22.93 |
We provide a Colab notebook to run a pre-trained Pruned Transducer Stateless model: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1EV4e1CHa1GZgEF-bZgizqI9RyFFehIiN?usp=sharing)