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