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

|
| 63 |
|
| 64 |
+

|