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