Transformers
PyTorch
Amharic
Swahili
Wolof
wav2vec2
pretraining
speech pretraining
african
fongbe
swahili
wolof
ahmaric
Instructions to use OctaSpace/wav2vec2-large-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OctaSpace/wav2vec2-large-finetuned with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("OctaSpace/wav2vec2-large-finetuned") model = AutoModelForPreTraining.from_pretrained("OctaSpace/wav2vec2-large-finetuned") - Notebooks
- Google Colab
- Kaggle