Instructions to use microsoft/wavlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/wavlm-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="microsoft/wavlm-base")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("microsoft/wavlm-base") model = AutoModel.from_pretrained("microsoft/wavlm-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
449f1a0
1
Parent(s): eebdcd0
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,4 +57,4 @@ The model was contributed by [cywang](https://huggingface.co/cywang) and [patric
|
|
| 57 |
|
| 58 |
The official license can be found [here](https://github.com/microsoft/UniSpeech/blob/main/LICENSE)
|
| 59 |
|
| 60 |
-

|
| 59 |
|
| 60 |
+

|