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