Instructions to use microsoft/wavlm-base-plus-sd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/wavlm-base-plus-sd with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("microsoft/wavlm-base-plus-sd") model = AutoModelForAudioFrameClassification.from_pretrained("microsoft/wavlm-base-plus-sd") - Notebooks
- Google Colab
- Kaggle
📋 Documentation Enhancement Suggestion
#3 opened 3 months ago
by
CroviaTrust
Can the logits output be used as voiceprint
#2 opened 7 months ago
by
JohnHenry
Adding `safetensors` variant of this model
#1 opened about 2 years ago
by
SFconvertbot