Automatic Speech Recognition
speechbrain
PyTorch
English
CTC
Attention
Transformer
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use speechbrain/asr-transformer-transformerlm-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-transformer-transformerlm-librispeech with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-transformer-transformerlm-librispeech" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Commit ·
fc0618a
1
Parent(s): f5cbbef
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,8 @@ metrics:
|
|
| 24 |
This repository provides all the necessary tools to perform automatic speech
|
| 25 |
recognition from an end-to-end system pretrained on LibriSpeech (EN) within
|
| 26 |
SpeechBrain. For a better experience, we encourage you to learn more about
|
| 27 |
-
[SpeechBrain](https://speechbrain.github.io).
|
|
|
|
| 28 |
|
| 29 |
| Release | Test clean WER | Test other WER | GPUs |
|
| 30 |
|:-------------:|:--------------:|:--------------:|:--------:|
|
|
@@ -75,7 +76,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
| 75 |
year = {2021},
|
| 76 |
publisher = {GitHub},
|
| 77 |
journal = {GitHub repository},
|
| 78 |
-
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
| 79 |
}
|
| 80 |
```
|
| 81 |
|
|
|
|
| 24 |
This repository provides all the necessary tools to perform automatic speech
|
| 25 |
recognition from an end-to-end system pretrained on LibriSpeech (EN) within
|
| 26 |
SpeechBrain. For a better experience, we encourage you to learn more about
|
| 27 |
+
[SpeechBrain](https://speechbrain.github.io).
|
| 28 |
+
The performance of the model is the following:
|
| 29 |
|
| 30 |
| Release | Test clean WER | Test other WER | GPUs |
|
| 31 |
|:-------------:|:--------------:|:--------------:|:--------:|
|
|
|
|
| 76 |
year = {2021},
|
| 77 |
publisher = {GitHub},
|
| 78 |
journal = {GitHub repository},
|
| 79 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
| 80 |
}
|
| 81 |
```
|
| 82 |
|