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
- Xet hash:
- acb8a82232df0f1552adf63d7875106d653860a43157ba6b68d2119fb9c68344
- Size of remote file:
- 4.09 kB
- SHA256:
- c8a57e68ba785ed719dfcd9ecec87c465605204be6b3aae696342579c9bee2bc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.