Instructions to use alkiskoudounas/xls-r-53-de-speechmassive-de-DE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alkiskoudounas/xls-r-53-de-speechmassive-de-DE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="alkiskoudounas/xls-r-53-de-speechmassive-de-DE")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("alkiskoudounas/xls-r-53-de-speechmassive-de-DE") model = AutoModelForAudioClassification.from_pretrained("alkiskoudounas/xls-r-53-de-speechmassive-de-DE") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!