Instructions to use Splend1dchan/xtreme_s_w2v2_minds14.en-US with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Splend1dchan/xtreme_s_w2v2_minds14.en-US with Transformers:
# Load model directly from transformers import AutoProcessor, Wav2VecModelForAudioTextClassification processor = AutoProcessor.from_pretrained("Splend1dchan/xtreme_s_w2v2_minds14.en-US") model = Wav2VecModelForAudioTextClassification.from_pretrained("Splend1dchan/xtreme_s_w2v2_minds14.en-US", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K