Instructions to use ulrichING/model_speech_to_text_wave2vect2_english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ulrichING/model_speech_to_text_wave2vect2_english with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ulrichING/model_speech_to_text_wave2vect2_english")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ulrichING/model_speech_to_text_wave2vect2_english") model = AutoModelForCTC.from_pretrained("ulrichING/model_speech_to_text_wave2vect2_english") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 2