Instructions to use cloudwalkerw/wavlm-base_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cloudwalkerw/wavlm-base_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="cloudwalkerw/wavlm-base_3")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("cloudwalkerw/wavlm-base_3") model = AutoModelForAudioClassification.from_pretrained("cloudwalkerw/wavlm-base_3") - Notebooks
- Google Colab
- Kaggle
Commit ·
d1a7959
1
Parent(s): 3432413
Training in progress, step 100
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378402813
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb64da8ff19482fa4809b873fe81c59a1cf313099b2345b82399c27c00bc1f5a
|
| 3 |
size 378402813
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40cec356a9534ea4243998257311365c62a130984c0a8fec5be754d6bd0bbd04
|
| 3 |
size 4091
|