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
- Optimised and fast beam search on both CPUs and GPUs.
47
47
- 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.
48
48
- 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.
50
50
51
51
### Feature extraction and augmentation
52
52
@@ -93,7 +93,7 @@ Combining multiple microphones is a powerful approach to achieving robustness in
93
93
- Speaker localization.
94
94
95
95
### 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.
97
97
98
98
### Spoken Language Understanding
99
99
- 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
0 commit comments