Instructions to use MIbrahimAI/Wav2Vec-SER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MIbrahimAI/Wav2Vec-SER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="MIbrahimAI/Wav2Vec-SER")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("MIbrahimAI/Wav2Vec-SER") model = AutoModelForAudioClassification.from_pretrained("MIbrahimAI/Wav2Vec-SER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
677b1b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:464b22be2484e5e9119571f048e14bb09df05df1d01aa57814186b9203d56c30
size 2492276877
|