Automatic Speech Recognition
Transformers
Safetensors
Lingala
wav2vec2-bert
Generated from Trainer
waxal
Instructions to use douyeszn/w2vbert-lin-waxal-aug-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use douyeszn/w2vbert-lin-waxal-aug-ft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="douyeszn/w2vbert-lin-waxal-aug-ft")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("douyeszn/w2vbert-lin-waxal-aug-ft") model = AutoModelForCTC.from_pretrained("douyeszn/w2vbert-lin-waxal-aug-ft", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Access to this model
#1
by Okpeyemi - opened