Instructions to use anderloh/wav2vec2-2ClassEasyValidateMobil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anderloh/wav2vec2-2ClassEasyValidateMobil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="anderloh/wav2vec2-2ClassEasyValidateMobil")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("anderloh/wav2vec2-2ClassEasyValidateMobil") model = AutoModelForAudioClassification.from_pretrained("anderloh/wav2vec2-2ClassEasyValidateMobil") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0317390 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:16de80e4ee7d176355be27b1aaf557d0f61d9adc5a54e900bfc4e2205ff5fa94
size 4984
|