Instructions to use pyf98/librispeech_100_ctc_e_branchformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use pyf98/librispeech_100_ctc_e_branchformer with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "pyf98/librispeech_100_ctc_e_branchformer" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
`Speech2Text.from_pretrained` not working with this model
7
#1 opened over 3 years ago
by
eschmidbauer