Instructions to use Splend1dchan/xtreme_s_xlsr_minds14.en-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Splend1dchan/xtreme_s_xlsr_minds14.en-all with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Splend1dchan/xtreme_s_xlsr_minds14.en-all")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Splend1dchan/xtreme_s_xlsr_minds14.en-all") model = AutoModelForAudioClassification.from_pretrained("Splend1dchan/xtreme_s_xlsr_minds14.en-all", device_map="auto") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 5