Instructions to use chrisjay/afrospeech-wav2vec-run with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chrisjay/afrospeech-wav2vec-run with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="chrisjay/afrospeech-wav2vec-run")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("chrisjay/afrospeech-wav2vec-run") model = AutoModelForAudioClassification.from_pretrained("chrisjay/afrospeech-wav2vec-run", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
447a232 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:90826ad0529017f83593430cbd1e0e593d9314cd5d43f895d1f6cde169970fae
size 378356755
|