Instructions to use anderloh/wav2vec2-5Class-Validation-Mobil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anderloh/wav2vec2-5Class-Validation-Mobil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="anderloh/wav2vec2-5Class-Validation-Mobil")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("anderloh/wav2vec2-5Class-Validation-Mobil") model = AutoModelForAudioClassification.from_pretrained("anderloh/wav2vec2-5Class-Validation-Mobil") - Notebooks
- Google Colab
- Kaggle