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")
The community tab is the place to discuss and collaborate with the HF community!