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