Instructions to use anantoj/wav2vec2-large-xlsr-53-adult-child-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anantoj/wav2vec2-large-xlsr-53-adult-child-cls with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="anantoj/wav2vec2-large-xlsr-53-adult-child-cls")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("anantoj/wav2vec2-large-xlsr-53-adult-child-cls") model = AutoModelForAudioClassification.from_pretrained("anantoj/wav2vec2-large-xlsr-53-adult-child-cls", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262978541
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a30879a9f2f85cc8c027b1c14a6bf4f60664ce2c041cd4986baf11fd379f5fcc
|
| 3 |
size 1262978541
|
runs/Feb24_12-09-57_ebce012e4852/events.out.tfevents.1645704613.ebce012e4852.34.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2e12ac4b2ccea54db5640aa56725935084f1cb10793a841549c4cd8c5c85c66
|
| 3 |
+
size 24090
|