You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add results and links for GigaSpeech RNN-T model (speechbrain#2752)
* Provide initial results for GigaSpeech RNN-T model
* Update conformer_transducer.yaml with final model hparams
* Remove TODO for hparams update
* Add notice about WER results
Copy file name to clipboardExpand all lines: recipes/GigaSpeech/ASR/transducer/README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,24 +44,18 @@ If your GPU effectively supports fp16 (half-precision) computations, it is recom
44
44
Enabling half precision can significantly reduce the peak VRAM requirements. For example, in the case of the Conformer Transducer recipe trained with GigaSpeech, the peak VRAM decreases from 39GB to 12GB when using fp16.
45
45
According to our tests, the performance is not affected.
46
46
47
+
## Streaming model
48
+
47
49
# Results (non-streaming)
48
50
49
51
Results are obtained with beam search and no LM (no-streaming i.e. full context).
50
52
51
-
**TBD: The final models are currently in training.** This model has already been successfully trained, though. This will be updated when the checkpoints are ready for download.
52
-
53
-
<!--
54
-
55
-
| Language | Release | LM | Val. CER | Val. WER | Test CER | Test WER | Model link | GPUs |
<!-- NOT READY YET: also update the following URL when uploaded
61
-
62
-
The output folders with checkpoints and logs can be found [here](). -->
63
-
64
-
## Streaming model
58
+
\*: These results were obtained with our usual training scripts and are included for completeness, **but note that we have noticed an unexpected significant improvement to the error rate (see #2753) using the inference code path. Please refer to the table below for better and more accurate results.**
65
59
66
60
### WER vs chunk size & left context
67
61
@@ -79,10 +73,16 @@ The left chunk size is not representative of the receptive field of the model.
79
73
Because the model caches the streaming context at different layers, the model
80
74
may end up forming indirect dependencies to audio many seconds ago.
**TBD: The final models are currently in training.** This model has already been successfully trained, though. This will be updated when the checkpoints are ready for download.
85
+
(\*\*: model was never explicitly trained with this setting)
0 commit comments