Automatic Speech Recognition
speechbrain
PyTorch
English
wav2vec2
CTC
Transformer
Eval Results (legacy)
Instructions to use speechbrain/asr-wav2vec2-commonvoice-14-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-wav2vec2-commonvoice-14-en with speechbrain:
from speechbrain.pretrained import EncoderASR model = EncoderASR.from_hparams( "speechbrain/asr-wav2vec2-commonvoice-14-en" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Commit ·
07fef01
1
Parent(s): ee91fd3
Upload en_5gram.arpa
Browse files- .gitattributes +1 -0
- en_5gram.arpa +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
en_5gram.arpa filter=lfs diff=lfs merge=lfs -text
|
en_5gram.arpa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7cef7cb96ef8c9936f6ad6924ec5f825d3618692d70f64084a8a700dc59a0ba
|
| 3 |
+
size 1092962157
|