How to use anderloh/wav2vec2-5Class-Validation-Mic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="anderloh/wav2vec2-5Class-Validation-Mic")
# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("anderloh/wav2vec2-5Class-Validation-Mic") model = AutoModelForAudioClassification.from_pretrained("anderloh/wav2vec2-5Class-Validation-Mic")
The community tab is the place to discuss and collaborate with the HF community!