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