Instructions to use microsoft/wavlm-base-sv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/wavlm-base-sv with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioXVector processor = AutoProcessor.from_pretrained("microsoft/wavlm-base-sv") model = AutoModelForAudioXVector.from_pretrained("microsoft/wavlm-base-sv") - Notebooks
- Google Colab
- Kaggle
tokenizer not have
#3
by unsofhiest - opened
OSError: Can't load tokenizer for 'microsoft/wavlm-base-sv'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'microsoft/wavlm-base-sv' is the correct path to a directory containing all relevant files for a Wav2Vec2CTCTokenizer tokenizer.