Instructions to use rdsmaia/wav2vec2_class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rdsmaia/wav2vec2_class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="rdsmaia/wav2vec2_class")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("rdsmaia/wav2vec2_class") model = AutoModelForAudioClassification.from_pretrained("rdsmaia/wav2vec2_class") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 6