Instructions to use anton-l/wav2vec2-random-tiny-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anton-l/wav2vec2-random-tiny-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="anton-l/wav2vec2-random-tiny-classifier")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("anton-l/wav2vec2-random-tiny-classifier") model = AutoModelForAudioClassification.from_pretrained("anton-l/wav2vec2-random-tiny-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
2838dc5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9644bc4ac6bc52b76ca7342faa1304a68154f398ad1adf08f6cc5545dfc96198
size 94607
|