Automatic Speech Recognition
ESPnet
multilingual
audio
speech-translation
language-identification
Eval Results
Instructions to use espnet/owsm_ctc_v4_1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/owsm_ctc_v4_1B with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/owsm_ctc_v4_1B" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Commit ·
6db4171
1
Parent(s): aa8ecae
Add Open ASR Leaderboard evaluation results (#4)
Browse files- Add Open ASR Leaderboard evaluation results (7f54e55f0d46940f1fd2457dd9c5785b009386ec)
Co-authored-by: Nathan Habib <SaylorTwift@users.noreply.huggingface.co>