Audio Classification
Transformers
PyTorch
TensorBoard
Safetensors
Indonesian
wav2vec2
Generated from Trainer
Instructions to use bookbot/distil-wav2vec2-adult-child-id-cls-52m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bookbot/distil-wav2vec2-adult-child-id-cls-52m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="bookbot/distil-wav2vec2-adult-child-id-cls-52m")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("bookbot/distil-wav2vec2-adult-child-id-cls-52m") model = AutoModelForAudioClassification.from_pretrained("bookbot/distil-wav2vec2-adult-child-id-cls-52m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f13291fe96ab08c4502145c432c9e3d5cd6704b681b60240cfd642ad50026edb
- Size of remote file:
- 3.31 kB
- SHA256:
- 3a02e0c0bc340c2764d2bc9f8c71a00352411c86763f32fb28afc698b3cf060b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.