Skip to content

Commit fba2409

Browse files
author
Parcollet Titouan
authored
Update Readme- hot fix
1 parent e19f333 commit fba2409

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SpeechBrain supports state-of-the-art methods for end-to-end speech recognition:
4646
- Optimised and fast beam search on both CPUs and GPUs.
4747
- Transducer end-to-end ASR with both a custom Numba loss and the torchaudio one. Any encoder or decoder can be plugged into the transducer ranging from VGG+RNN+DNN to conformers.
4848
- Pre-trained ASR models for transcribing an audio file or extracting features for a downstream task.
49-
- Fully customizable with the possibility to add external Beam Search decoders such as [PyCTCDecode](https://github.com/kensho-technologies/pyctcdecode) like in our LibriSpeech CTC wav2vec recipe.
49+
- Fully customizable with the possibility to add external Beam Search decoders, if the ones offered nativaly by SpeechBrain are not sufficient, such as [PyCTCDecode](https://github.com/kensho-technologies/pyctcdecode) like in our LibriSpeech CTC wav2vec recipe.
5050

5151
### Feature extraction and augmentation
5252

@@ -93,7 +93,7 @@ Combining multiple microphones is a powerful approach to achieving robustness in
9393
- Speaker localization.
9494

9595
### Emotion Recognition
96-
- Recipes for emotion recognition with the [IEMOCAP](https://sail.usc.edu/iemocap/) dataset using wav2vec2 and ECAPA-TDNN models.
96+
- Recipes for emotion recognition with the [IEMOCAP](https://sail.usc.edu/iemocap/) dataset using SSL and ECAPA-TDNN models.
9797

9898
### Spoken Language Understanding
9999
- Recipes for training wav2vec 2.0 models with the [MEDIA](https://catalogue.elra.info/en-us/repository/browse/ELRA-E0024/) dataset.
@@ -104,7 +104,7 @@ The recipes released with speechbrain implement speech processing systems with c
104104
| Dataset | Task | System | Performance |
105105
| ------------- |:-------------:| -----:|-----:|
106106
| LibriSpeech | Speech Recognition | wav2vec2 | WER=1.90% (test-clean) |
107-
| LibriSpeech | Speech Recognition | CNN + Transformer | WER=2.26% (test-clean) |
107+
| LibriSpeech | Speech Recognition | CNN + Conformer | WER=2.2% (test-clean) |
108108
| TIMIT | Speech Recognition | CRDNN + distillation | PER=13.1% (test) |
109109
| TIMIT | Speech Recognition | wav2vec2 + CTC/Att. | PER=8.04% (test) |
110110
| CommonVoice (English) | Speech Recognition | wav2vec2 + CTC | WER=15.69% (test) |

0 commit comments

Comments
 (0)