Automatic Speech Recognition
speechbrain
PyTorch
English
speech-translation
CTC
Attention
Transformer
Instructions to use bob80333/speechbrain_ja2en_st_63M_yt600h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use bob80333/speechbrain_ja2en_st_63M_yt600h with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "bob80333/speechbrain_ja2en_st_63M_yt600h" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle