Instructions to use cloudwalkerw/wavlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cloudwalkerw/wavlm-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="cloudwalkerw/wavlm-base")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("cloudwalkerw/wavlm-base") model = AutoModelForAudioClassification.from_pretrained("cloudwalkerw/wavlm-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5244e64 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c8a57e68ba785ed719dfcd9ecec87c465605204be6b3aae696342579c9bee2bc
size 4091
|