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
File size: 129 Bytes
fff34b0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:38a1ef5b8dd1e669f7a36a7e149b0bd9bcc6922b8325393416497ef3012f4f4e
size 4091
|