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