Instructions to use espnet/owls_025B_180K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/owls_025B_180K with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/owls_025B_180K" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Cannot run the demo code
#1
by Yehor - opened
I get this error:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.11/dist-packages/espnet_model_zoo/models--espnet--owls_025B_180K/snapshots/adf573162f48b0a584e85412d4d2bbafc9dfba0c/exp_owsm/s2t_train_025b_raw_bpe50000/config.yaml'
Full code colab:
https://colab.research.google.com/drive/1G0qCAeQNr677Um0MqTSw3dHRIZR0Rfk8?usp=sharing
Sorry there was a misconfiguration in the meta.yaml, can you try again?
Thanks. I will try later it (on this week).
Checked, it works.
Yehor changed discussion status to closed