Instructions to use yongjian/wav2vec2-large-a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yongjian/wav2vec2-large-a with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="yongjian/wav2vec2-large-a")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("yongjian/wav2vec2-large-a") model = AutoModelForCTC.from_pretrained("yongjian/wav2vec2-large-a", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3 opened over 3 years ago
by
SFconvertbot
Someone please help me solve this error
1
#2 opened almost 4 years ago
by
theAnirudhan
Error in `inputs`: Malformed soundfile
2
#1 opened almost 4 years ago
by
kaankork