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
fix am & lm
Browse files
asr.ckpt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01bfdfb2bbfcb99605a6ad68f6f539785bd598385c4020f579a0a16f9bd803f7
|
| 3 |
+
size 654179252
|
lm.ckpt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87f1398c0ed833631e487aedfbda32be4c9618565482f6fad78ca4e8dda03e5b
|
| 3 |
+
size 381074869
|