Instructions to use anton-l/wav2vec2-base-superb-sd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anton-l/wav2vec2-base-superb-sd with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("anton-l/wav2vec2-base-superb-sd") model = AutoModelForAudioFrameClassification.from_pretrained("anton-l/wav2vec2-base-superb-sd") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened about 2 years ago
by
SFconvertbot
How can I use this model in inference?
3
#1 opened almost 4 years ago
by
xuqiantong